GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types:
page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions.
You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats.
The following table provides the list of supported formats:
Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Parser for .NET examples GroupDocs....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
In this article, you will learn how to get predefined default convert options for desired target format with GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Use GroupDocs.Merger for .NET to merge several documents into one, split single document to multiple and organize documents in different ways....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Comprehensive suite of .NET or Java libraries for document manipulation and management - view, edit, convert and sign various file formats such as Word, Excel, PowerPoint, PDF, images and more Documentation .NET Java Python via .NET GroupDocs.Total for .NET More Getting started Start quickly with our getting started documentation Product overview System requirements Installation Licensing and support Articles and guidelines Licensing Technical support .NET code examples Open-source projects for APIs example usage GroupDocs....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
On this page, you will find system requirements supported platforms, development environments. GroupDocs.Watermark for Node.js via Java does not require any external software or third party tool to be installed....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
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...
In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Parser for Python via .NET — API to extract text, images, metadata, and structured data from documents....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...