Access, read, update, add custom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET....Access, read, update, add custom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET.
This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature.... This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature.
This topic describes how to use the GroupDocs.Viewer Java API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....This topic describes how to use the GroupDocs.Viewer Java API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats.
This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Parser for Python via .NET....This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Parser for Python via .NET.
Create hyperlinks in documents with URLs and text dynamically set from data sources during assembly....Create hyperlinks in documents with URLs and text dynamically set from data sources during assembly.
Generate documents by binding data from custom .NET classes and objects to template documents....Generate documents by binding data from custom .NET classes and objects to template documents.
This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API.
This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java.
Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for Python via .NET....Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for Python via .NET.
To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page.
Here are the steps to extract a text from Microsoft Office Excel spreadsheets:
Instantiate Parser object for the initial spreadsheet; 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....To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page.
Here are the steps to extract a text from Microsoft Office Excel spreadsheets:
Instantiate Parser object for the initial spreadsheet; 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.