Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 6,957 for

may

(0.32 sec)
  1. 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...
  2. Logging | GroupDocs

    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/
  3. Merge PowerPoint Presentations | GroupDocs

    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/
  4. Update index | GroupDocs

    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...
  5. Logging | GroupDocs

    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. Logging | GroupDocs

    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/
  7. Queries in text and object form | GroupDocs

    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...
  8. eSign document with Stamp signature | GroupDocs

    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...
  9. Working with metadata in AVI files | GroupDocs

    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 | GroupDocs

    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...