Code examples and live demostrations of GroupDocs.Merger for Java...Markdown Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Load files from a local disk, a stream, a specific format, or a password-protected document with GroupDocs.Metadata for Python via .NET....Markdown Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Note This feature is only compatible with GroupDocs.Assembly for Python via .NET 3.3.0 or later releases. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax
We provide support for the following products: . <><><<[ProductName]>> <> The Recipe 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....Markdown Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for Java Api....Markdown Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer Java Api....Markdown Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
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(); }...Markdown Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java Api....Markdown Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article explains how to save document to the specified location while using GroupDocs. Watermarks Java Api....Markdown Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Node.js via Java Api....Markdown Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article explains how to load from stream while using GroupDocs. Watermarks Api....Markdown Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...