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.Editor Product Solution GroupDocs...
This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for Java....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Major Features Provided an option to fit an image within textbox bounds while maintaining ratio.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-149 Provide an option to fit an image within textbox bounds while maintaining ratio for Word Processing documents Feature ASSEMBLYNET-150 Provide an option to fit an image within textbox bounds while maintaining ratio for emails with RTF bodies Feature ASSEMBLYNET-151 Provide an option to fit an image within textbox bounds while maintaining ratio for Spreadsheet documents Feature ASSEMBLYNET-152 Provide an option to fit an image within textbox bounds while maintaining ratio for Presentation documents Feature Public API and Backward Incompatible Changes Provided an option to fit an image within textbox bounds while maintaining ratio To keep the size of the textbox and stretch the image within bounds of the textbox preserving the ratio of the image, use the keepRatio switch as follows....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This page contains release notes for GroupDocs.Assembly for Java 17.8.0 Major Features Document assembly for email file formats is supported.
All Changes Key
Summary
Category
ASSEMBLYNET-32
Support document assembly for MHTML file formats
Feature
ASSEMBLYNET-33
Support document assembly for MSG file formats
Feature
ASSEMBLYNET-34
Support document assembly for EML file formats
Feature
ASSEMBLYNET-35
Support document assembly for EMLX file formats
Feature
ASSEMBLYNET-40
Support building of charts located in chart worksheets...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Use GroupDocs.Signature libraries to e-Sign documents with different signature types, protect documents with digital certificates, generate QR Codes and barcodes using C# or Java languages....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
The articles in this section describe advanced search index related topics.
You will find details about index management and advanced options:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...