This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Assembly Product Solution GroupDocs...
OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior.
Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files.
The following are the steps to read the header of an OpenType file.
Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Assembly Product Solution GroupDocs...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert text files to HTML, PDF, PNG, and JPEG formats....Assembly Product Solution GroupDocs...
Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for .NET API....Assembly Product Solution GroupDocs...
This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....Assembly Product Solution GroupDocs...
Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Assembly Product Solution GroupDocs...
The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for .NET API....Assembly Product Solution GroupDocs...
This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....Assembly Product Solution GroupDocs...
This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for .NET...Assembly Product Solution GroupDocs...