This article shows how to implement one or several interfaces for the Document's features and required redaction....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
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(); }...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Convert text files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python Api. Learn how to render various file formats....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Learn how to extract fonts from input Word Documents when editing with GroupDocs.Editor Api for Node.js....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Find answers about text search and indexing of different files using code on any platform....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...
Find Answers by Api GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...
Find answers about text search and indexing of different files using code on any platform....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...
This article shows how to adjust text or image watermarks to your needs....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Let's learn the process of how to extract images from PowerPoint in Java and how to use it for creating the application to get images from PowerPoint using Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...
Easily do Document conversion to non-editable PDF format, learn the process to convert XML to PDF using Java, and how to create XML to PDF converter Java capability....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...