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(); }...Watermark Product Solution GroupDocs...can use document instance to perform redactions redactor . apply...
Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET...Watermark Product Solution GroupDocs...(PDF and XPS). Search may be performed by entered search term (text...
This article explains the pros and cons of float and paginal document editing modes when editing Word documents with GroupDocs.Editor API....Watermark Product Solution GroupDocs...entities like headers, footers, watermarks, and page numbers are not...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... We have performed major product optimization...brief overview of what is new, improved or fixed in the latest release...
This article explains that how to integrate any paid or free OCR solution in Java....Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...
Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013:
Creat a new presentation slide. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Watermark Product Solution GroupDocs...Apache OpenOffice 4.1.2, we performed below tests: We opened the...
You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods:
import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *
* This is an example of ILogger implementation, tracking count of error messages. *
*/ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Watermark Product Solution GroupDocs...can use document instance to perform redactions redactor . apply...
Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....Watermark Product Solution GroupDocs...path to the sample document. Perform the required redaction operation...
This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for Node.js via Java....Watermark Product Solution GroupDocs.... When the comparison is performed, all changes will be marked...
This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...