A Java API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats....Merger Product Solution GroupDocs...from the documents of different file formats. The API provides a...
GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...Merger Product Solution GroupDocs...digital signatures for various file formats. Using digital signatures...
This article explains how to optimize output HTML for printing....Merger Product Solution GroupDocs...VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...
Learn how to get edited document HTML markup - body without head tag, content in raw and base64 form, and others using GroupDocs.Editor for Node.js via Java API....Merger Product Solution GroupDocs...'groupdocs-editor' ); // Specify the input file path const inputFilePath = ...
This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature for Python via .NET...Merger Product Solution GroupDocs...sample.pdf The following sample file is used in this example: How...
Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....Merger Product Solution GroupDocs...formats depend on the source file type. Common targets include...
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(); }...Merger Product Solution GroupDocs...example demonstrates how to save file in its original format with...
Shift all heading levels in the Markdown output...Merger Product Solution GroupDocs...annual-report.docx is a sample file used in this example. Click...
Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of GroupDocs.Editor for Java without third party software installed....Merger Product Solution GroupDocs...Editor for Java you can edit files of various formats and no third-party...
This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....Merger Product Solution GroupDocs...be used when for some reason files have non-standard extensions...