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(); }...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Discover how to convert TXT to HTML using Node.js with GroupDocs.Conversion. Easily export TXT to HTML in Node.js with a reliable cross-platform Api....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...
A .NET Api for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats using c#...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article gives the knowledge of the Api methods which can be used to perform operations about Alphabets....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Retrieve document metadata such as format, page count, title, and author without converting...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Let's quickly review the step-by-step procedure to convert Text to HTML in Java and learn how to write the Text to HTML Java code for converting documents....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...
This article gives the knowledge of the Api methods which can be used to perform operations about stop word dictionary....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article gives the knowledge of the Api methods which can be used to perform operations about Character replacements....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Reading Photoshop metadata properties The GroupDocs Metadata Api allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop File format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/Fileformatashtml/.
The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop File format) from a JPEG image....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This topic explains how to render DOCX to JPG using Node.js with code example. There is no need to install any extra softwares to render DOCX to JPG in Node.js....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...