This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for Java....Assembly Product Solution GroupDocs...
To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data.
Here are the steps to extract data from PDF Form:
Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....Assembly Product Solution GroupDocs...
This topic describes how to use the GroupDocs.Viewer Java API to convert images to HTML, PDF, PNG, and JPEG formats....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 apply or discard revisions found during document comparison using built-in Microsoft Word functionality....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...
In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for Node.js via Java....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...