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(); }...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using Java....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Note This feature is only compatible with GroupDocs.Assembly for .NET 3.3.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax
We provide support for the following products: . <><><<[ProductName]>> <> The Recipe Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report Download Template Get the template from here....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Enumerate all file formats supported by GroupDocs.Comparison for .NET at runtime using FileType.GetSupportedFileTypes() — get extension and MIME type for each supported format....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Node.js via Java API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...in format conversion. GroupDocs.Editor for Java Incorporate document...
Reorder pages when rendering documents to PDF with GroupDocs.Viewer for Java...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations.
Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: XML GroupDocs Artifact RepositoryGroupDocs Artifact Repositoryhttps://releases.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...