This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....Parser Product Solution GroupDocs.Watermark 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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed:
Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive.
advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article offers a step-by-step guide on how to extract text from EPUB using Java, with the sample code example to assist you in text extraction from EPUB in Java....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
In this tutorial, we will learn how to render TXT as HTML using C# without installing extra tools. Moreover, we will provide you C# code for rendering TXT to HTML....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
Learn how to render MHTML as PDF using Python. This tutorial explains converting MHTML web archives into PDF documents for sharing, printing, or archiving....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
Efficiently grasp the knowledge on how to add search text annotation to PDF using Java. Moreover, we offer code to insert search text annotation in PDF using Java....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
This manual provides detailed instructions to convert Excel to Image in C# and how to develop code to implement the convert Excel to Image C# application....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...