The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for Java....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Reading FLV header properties The GroupDocs.Metadata Api supports extracting format-specific information from the FLV File header.
The following are the steps to read the header of an FLV File.
Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties
try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Reading Photoshop metadata properties The GroupDocs Metadata Api allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop File format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/Fileformatashtml/.
The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop File format) from a JPEG image....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article gives the knowledge of the Api methods which can be used to perform operations about Character replacements using Java....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
You will learn how to render DOCX as image using Python. A code example will also be provided to create images from DOCX in Python for visual content workflows....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...
Reduce PDF File size by adjusting JPEG image quality. Set the image quality between 1 and 100....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...