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....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...
This article explains how to make advanced search for Barcode electronic signatures with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...
This article explains how to make advanced search for Image electronic signatures with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...
Convert all Documents in a directory to Markdown...Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...page Convert all supported documents in a directory to Markdown...
Add password to your PDF files. Lock PDF Documents with password protection using free online app & programmatically using GroupDocs....different security levels to your important documents. You can...to add a password to PDF documents to protect them. We’ll also...
This topic explains how to search for text electronic signatures within Document pages using GroupDocs.Signature for Python via .NET API....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...electronic signatures within documents. Here are the steps to search...
This article explains how to work with worksheet backgrounds while using GroupDocs watermarking Java API...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...
Following this guide you will learn how to apply or discard changes detected during Document comparison process using GroupDocs.Comparison for Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...
This article explains how to set up logging when processing a Document with GroupDocs.Signature within your .NET applications....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...