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...
A .NET 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 using c#...Merger Product Solution GroupDocs...from documents across various file formats. It provides a unified...
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...
The following example demonstrates how to load File from local disk....Merger Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a local disk Load...
We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end Node.js examples out-of-the-box....Merger Product Solution GroupDocs...can either download the ZIP file or clone the repository of Github...
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...
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...
This page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs...serialize annotations to the file. The following code snippet...
Learn this article and check how to obtain default convert options for specific conversion format with GroupDocs.Conversion for .NET API. ...Merger Product Solution GroupDocs...of converter object Use the file extension or FileType as key...
The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs...// Add annotation and save to file annotator . add ( area ); annotator...