Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for Python via .NET features....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Node.js via Java....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article gives the knowledge that how the document filters used during the search using Java search API....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
Complete list of file formats GroupDocs.Comparison for Python via .NET can compare: Word, PDF, Excel, PowerPoint, images, CAD, email, OneNote, source code, and more....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
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:...Redaction 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....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article demonstrates the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents...Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for Java API....Redaction 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....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...