Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 6,763 for

may

(0.11 sec)
  1. 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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System.... The chunk may include information such as the...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET...document family formats, which may have textual content: all formats...formats (PDF and XPS). Search may be performed by entered search...

    docs.groupdocs.com/viewer/net/search-highlight-...
  3. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries....there are standard fields that may be present in documents of this... There are also fields that may be present in documents of any...

    docs.groupdocs.com/search/net/faceted-search/
  4. Remove Metadata of Documents and Images using C#

    Remove selective metadata or clean all metadata properties using C# from DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP images, email, eBooks, Visio, Zip files.... You may download DLLs or MSI installer...are supported by the API . You may further explore the .NET Metadata...

    blog.groupdocs.com/metadata/remove-metadata-of-...
  5. Index lifecycle | Documentation

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM....In this state, search results may not be relevant. Calling the...to the . GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/index-lif...
  6. 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/
  7. 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/
  8. 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...
  9. 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/
  10. 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/