This article explains how to search for VCard, MeCard, Email, Address, EPC, SEPA, Event data in QR-code electronic signatures from previously signed documents with GroupDocs.Signature API...." ); } } More resources GitHub Examples You may easily...
This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....// Setting the filter More resources GitHub examples You may easily...
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)....return template ; } More resources GitHub examples You may easily...
Control the OOXML compliance level (Ecma, Transitional, or Strict) when saving Word documents to OOXML formats using GroupDocs.Assembly for .NET.... More resources GitHub Examples You may easily...
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.... Dispose all resources outputMsgStream . dispose...
This article shows how to access IPTC metadata in a file of any supported format.... OutputJpeg ); } } More resources GitHub examples You may easily...
Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET.... output_jpeg ) More resources GitHub examples You may easily...
GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats.
Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information.
Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage.... OutputXlsx ); } More resources GitHub examples You may easily...