This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks 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 PSD image.
Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.12 or greater. Column Chart in Microsoft Word Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Word 2013:
Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
rtf,Search in RTF Online,Merge RTF | GroupDocs.Merger for .NET | Documentation,Java RTF Comparison API - Compare RTF Files for Differences,RTF |... RTF | GroupDocs.Viewer for .NET API Reference...
tiff,word to tiff,html to tiff,presentation to tiff,spreadsheet to tiff,email to tiff,Search in TIFF Online,Online TIFF Barcode Reader,TIFF | Groupdocs.viewer... TIFF | GroupDocs.Viewer for .NET API Reference...
dotx,Search in DOTX Online,Merge DOTX | GroupDocs.Merger for .NET | Documentation,DOTX | Groupdocs.viewer for .NET API Reference,Add Watermark to DOTX... DOTX | GroupDocs.Viewer for .NET API Reference...
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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to use extended Digital electronic signatures options and adjustment on document page....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to search for encrypted electronic signatures in QR code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...