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 OpenTypeRootPackage....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature for Python via .NET API...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article explains how to sign documents with electronic signature as QR code on document page with GroupDocs.Signature for Python via .NET API....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
System requirements, supported platforms, and environment setup for GroupDocs.Conversion for Node.js via Java. No Microsoft Office or other third‑party software is required....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide.
Here are the steps to extract a text from Microsoft Office PowerPoint presentations:
Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...