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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article shows how to receive digital certificates properties over Document Info method....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This section explains how to load document from FTP with GroupDocs.Signature API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Get familiar with the document comparison process, learn how to compare PowerPoint files using C#, and explore sample code to compare two PowerPoint files in C#....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
Easily transform documents without a third-party tool and discover how to convert Word to PDF in Java, as well as check sample code to convert DOCX to PDF in Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
Let's become familiar ourselves with the step-by-step process to extract Text from XML in Java and how to develop the ability to extract Text from XML using Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
Quickly review detailed instructions to convert HTML to Excel in C#, learn how to use these steps for the implementation of HTML to Excel converter C# functionality....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
This short article explains the procedure to convert PDF to CSV using Java and learn how to consume this guide to develop the Java PDF to CSV functionality....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
This article describes the detailed procedure to convert Outlook Email to PDF using Java and demonstrates the working of the Java EML to PDF converter functionality....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...