This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....Signature Product Solution GroupDocs.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....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Learn how to extract fonts from input Word documents when editing with GroupDocs.Editor API for Node.js....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents.
Here are the steps to extract a text from Microsoft Office Word document:
Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This section describes how to get started with GroupDocs.Conversion for Python via .NET library in order to convert files...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...