Release notes Package repository GroupDocs.Assembly for Python via .NET - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Python reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format.
GroupDocs.Assembly supports over 170 popular file formats....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Node.js via Java API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article shows the internal stages of each search operation using Java search API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
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....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This section contains articles with explanation how to sign documents with electronic signatures using .Net c#...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a Single Row report in Text Document format. Single Row in Text Document Note This feature is supported by version 17.03 or greater. Reporting Requirement As a report developer, you are required to represent information of first single customer with the following key requirements:
It must show Name and Contact Number of the customer Report must be generated in the Text Document Adding Syntax to be evaluated by GroupDocs....Watermark Product Solution GroupDocs.Editor 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....Watermark Product Solution GroupDocs.Editor 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....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...