GroupDocs.Parser provides the functionality to extract data from documents on the local disk.
The following example shows how to load the document from the local disk:
// Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains that how to set page-level scope to PDF redactions....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article demonstrates that how to save the redacted document, replacing an original file...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to load values from variables of string type when using GroupDocs.Comparison for Java....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to get a collection of changes between compared documents when using GroupDocs.Comparison for Node.js via Java....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for Java...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for .NET...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This section explains how to load document from FTP with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...