Compare any number of Word documents or PowerPoint/OpenDocument presentations simultaneously using Comparer.Add() — produces a single merged result document....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
Lock a watermark in a Word document to restrict editing, optionally with a password, using GroupDocs.Watermark for Python via .NET....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article demonstrates how to convert file stored in Azure Blob storage using GroupDocs.Conversion for .NET API....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods:
import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *
* This is an example of ILogger implementation, tracking count of error messages. *
*/ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article explains that how to set page-level scope to PDF redactions....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article explains how to get the width and height of the document pages using GroupDocs.Viewer for Java....Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...
The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...Redaction Product Solution GroupDocs.Signature Product Solution GroupDocs...