Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 6,835 for

may

(0.12 sec)
  1. Logging | Documentation

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....custom logger Sometimes you may need to implement your own logger...resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/logging/
  2. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and May other formats with couple C# code lines and GroupDocs.Merger for .NET.... You may specify absolute or relative...@"c:\merged.ppsx" ); } NOTE: You may merge other Presentation formats...

    docs.groupdocs.com/merger/net/merge/powerpoint/
  3. Extract Images from eBooks in Java | EPUB, PDF,...

    Programmatically extract images from EPUB, PDF, FB2, CHM eBooks using Java API for document parsing. Save the images in JPG, PNG, WebP, GIF, or BMP format.... For the details, you may visit the API Reference . <repository>...For more about the API, you may visit documentation or open-source...

    blog.groupdocs.com/parser/extract-images-from-e...
  4. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....custom logger Sometimes you may need to implement your own logger...resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/logging/
  5. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....custom logger Sometimes you may need to implement your own logger...resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/logging/
  6. Update index | Documentation

    This article explains that how to update indexed documents, as well as updating an index version in Java....the old version of the index may be deleted after the update....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/update-in...
  7. eSign document with Stamp signature | Documenta...

    This article explains how to sign document electronically with generated Stamp signatures by GroupDocs.Signature API....stamp signature created with may look like: provides class to...to the . GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/esign-documen...
  8. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....query , options ); // The result may contain the following word sequences:...resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/queries-i...
  9. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // .... The chunk may include information such as the...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files... The chunk may include information such as the...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/handling-metad...