This article explains how to detect document file type, page count, and file size with GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for .NET. Complete guide with code examples for extract tables from Excel C# scenarios....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...another monthly release of GroupDocs.Signature for .NET 17.01.0. The...
Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in Java language using GroupDocs.Merger for Java library....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Node.js via Java API....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages.
The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings.
final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...