Redact text in PDF and other documents using Java in your applications. Redact documents to blackout text and also the text within the embedded images....simple text redaction and rasterization, the API also allows identifying...
GroupDocs.Watermark for Java API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....a document PDF document rasterization Getting document information...Shape (image and text) | | Raster Image Formats | Text | | |...
GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....a document PDF document rasterization Getting document information...Visio Shape (image and text) Raster Image Formats Text Image Multi-page...
Perform word search, replace or hide text in Word DOC/DOCX files using Java. Redact and perform text, case-sensitive & RegEx search with Java Redaction API....the text redaction and rasterization, the API supports metadata...
Find, replace, or hide text, words, phrases in Word DOC/DOCX files using C#. Redact and perform text, case-sensitive & RegEx search with .NET Redaction API....the text redaction and rasterization, the API provides metadata...
This article shows how to pre-rasterize a document using the redaction API....Loading documents / Pre-rasterize Pre-rasterize Leave feedback In some...cases, you might need to pre-rasterize the document before opening...
The following example demonstrates how to save the document as a rasterized PDF file:
final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...documents / Save in rasterized PDF Save in rasterized PDF Leave feedback...to save the document as a rasterized PDF file: final Redactor...
This article demonstrates that how to save the document as a rasterized PDF file...documents / Save in rasterized PDF Save in rasterized PDF Leave feedback...to save the document as a rasterized PDF file: C# using ( Redactor...
This article demonstrates that how to save the document as a rasterized PDF file...documents / Save in rasterized PDF Save in rasterized PDF Leave feedback...to save the document as a rasterized PDF file: Python import groupdocs...
This article shows how to pre-rasterize a document using the redaction API....Loading documents / Pre-rasterize Pre-rasterize Leave feedback In some...cases, you might need to pre-rasterize the document before opening...