This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This guide demonstrates how to edit RTL documents and specify locales for Word documents when using GroupDocs.Editor for Node.js via Java API....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Learn how to convert a single multi-page document into individual page files in various formats using GroupDocs.Conversion for Python via .NET....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....Assembly Product Solution GroupDocs.Metadata 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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...