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(); }...Parser Product Solution GroupDocs.Watermark 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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your Java applications....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for Java....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax
assembler = ga.DocumentAssembler() dataSource = ga.data.XmlDataSource("datasource.xml") DataSourceInfo = ga.DataSourceInfo(dataSource) array = [DataSourceInfo] print(assembler.assemble_document(input.ppt, output.ppt, array)) DataSource XML
01LG Nexus 53505123456789qwertyu0025 The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
GroupDocs.Metadata for Java supports any 32-bit or 64-bit operating system that run the Java runtime including...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Reorder PDF pages during rendering with GroupDocs.Viewer for Python via .NET. Control the output page sequence....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains how to disable image comparison in PDF documents as a built in feature in GroupDocs.Comparison for .NET....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Remove annotations from PDF files to reduce file size using the GroupDocs.Viewer Python API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...