The following example demonstrates how to save file in its original format with current date as a suffix:
final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...
This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...
Download best file format SDKs for Java...OEM 1 28 GroupDocs.Redaction for Java GroupDocs.Redaction Developer...OEM 1 29 GroupDocs.Redaction for Java GroupDocs.Redaction Developer...
Download best file format SDKs for Developer Small Business...Family 1 32 GroupDocs.Redaction for .NET GroupDocs.Redaction NET 1...1 33 GroupDocs.Redaction for Java GroupDocs.Redaction Java 1 34...
Document Automation APIs GroupDocs offers .NET and Java APIs that allow developers to seamlessly enhance their web, m......starting from $1679 USD Groupdocs.Redaction Product Family Hide or...presentations, PDF and images. GroupDocs.Redaction for .NET From $1199 USD...
View, Convert, Inspect, Watermark or Parse common file formats from Microsoft Office, Visio, Project, OpenOffice, AutoCAD, PDL, 3D & images...Source ) GroupDocs.Redaction Product Family GroupDocs.Redaction ( Demo...
I need to be able to find the location i.e. coordinates of text in an image using the redaction package and tesseract. How can i achieve this?... GroupDocs.Redaction Product Family smooney1234...@smooney1234 , At the moment, GroupDocs.Redaction doesn’t support finding...
Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...