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....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article shows how to receive digital certificates properties over Document Info method....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This section explains how to load document from FTP with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the latest release of GroupDocs.Assembly for .NET. In this post...of the latest release. GroupDocs.Assembly allows you to generate...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the monthly release of GroupDocs.Assembly for .NET 18.10. Using...the monthly release of GroupDocs.Assembly for Java 18.10. Using...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...regular monthly release of GroupDocs.Assembly for .NET 17.3.0. This...this latest release. GroupDocs.Assembly for .NET 17.3.0 - FeaturesFollowing...
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....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
A .NET API for adding watermarks to the documents of different file formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...