This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article explains how to update Text electronic signatures with GroupDocs.Signature for Python via .NET API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This documentation section describes different types of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature for Python...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article explains how to update QR-code electronic signatures with GroupDocs.Signature API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article explains how to search for QR-code electronic signatures using GroupDocs.Signature for Python via .NET API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....Search Product Solution GroupDocs.Parser Product Solution 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 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....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...