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(); }...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for Java....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your Java applications....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
Perform document conversion with one of the top library, learn the process to convert RTF to HTML in Java, and explore RTF to HTML converter java application....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
This article provides all steps to convert TXT to PPTX using C# on commonly used operating systems. It also includes code example to transform TXT to PPTX using C#....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
Read the instructions to convert HTML to PDF in Java. Quickly distribute PDF documents with anyone, and use sample html to pdf Java code in the app to convert them....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......Metadata Product Family GroupDocs.Search Product Family GroupDocs...
Learn how to run Java examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client.
In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image:
Open Eclipse and import the project to get started with it. Archived project file can also be imported....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...