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.
C#
using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the Document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...
First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...
First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...
Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6:
Redactor class introduced as a single entry point to manage the Document redaction process (instead of Documentclass from previous versions).
Methods redactWith() of the Document class were replaced with similar apply() methods in Redactor class.
Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions).
Constructor LoadOptions(DocumentFormatConfiguration) was removed....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...
This article explains how to search watermarks while using GroupDocs. Watermarks API....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...
This article explains how to add metadata signatures to PDF Document meta info layer with GroupDocs.Signature...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...
This article shows how to pre-rasterize a Document using the redaction API....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...