Following this guide you will learn how to save edited Word document with password or change output document Format using GroupDocs.Editor for .NET features....document / Output format and password Output format and password Leave...document of some WordProcessing format. In other words, the class...
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(); }...Save in original format Save in original format Leave feedback...to save file in its original format with current date as a suffix:...
Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file Format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file Format when assembling the following file Formats:
Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file Formats depending on input file Formats can be found at this page....Changing Target File Format Changing Target File Format Leave feedback...feature to change the target file format of an assembled document using...
Learn how to save an edited Word document with a password or change the output document Format using GroupDocs.Editor for Node.js via Java....Document / Output Format and Password Output Format and Password Leave...of a specific WordProcessing format. In other words, WordProcessingSaveOp...
This article demonstrates that how to save file in its original Format with current date as a suffix...Save in original format Save in original format Leave feedback...to save file in its original format with current date as a suffix:...
Convert assembled documents to different Formats (e.g., DOCX to PDF, DOCX to HTML) during assembly....Different Format Generate Output in Different Format Leave feedback...output documents in a different format than the template. For example...
This article explains how to load document of specific Format....Of specific format Load document of specific format Leave feedback...a document of any supported format. When you’re loading a document...
This article explains how to load document of specific Format....of specific format Load document of specific format Leave feedback...a document of any supported format. When you’re loading a document...
This article demonstrates that how to save file in its original Format with current date as a suffix...Save in original format Save in original format Leave feedback...to save file in its original format with current date as a suffix:...
This article shows how to implement one or several interfaces for the document's features and required redaction....Create custom format handler Create custom format handler Leave...Leave feedback If format is not supported, you will need to implement...