The following example demonstrates how to save the redacted document, replacing an original file:
// Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...are excited to announce GroupDocs.Assembly for .NET 3.1.0. The latest...multiple data sources GroupDocs.Assembly for .NET 3.1.0 - Enhancements...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the monthly release of GroupDocs.Assembly for Java 18.5. Using...the monthly release of GroupDocs.Assembly for .NET 18.5. Using...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the monthly release of GroupDocs.Assembly for .NET 18.6. Using...the monthly release of GroupDocs.Assembly for Java 18.6. Using...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...in monthly release of GroupDocs.Assembly for .NET 18.2. Using...another monthly release of GroupDocs.Assembly for Java 18.2. Using...
The articles in this section describe advanced search index creation topics.
Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online document search App Along with full featured ....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
The articles in this section describe advanced search index creation topics.
Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online document search App Along with full featured ....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
GroupDocs.Parser for Python developer documentation. Learn how to extract text, images, tables, and metadata from PDF, DOCX, XLSX, and 50+ document formats using Python....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This section will describe typical problems with merging files and ways to solve them using GroupDocs.Merger for Java library...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...