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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for Node.js via Java....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
GroupDocs.Assembly for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Before using any other GroupDocs.Viewer classes Evaluation Version...
Let's quickly review the step-by-step procedure to convert Text to HTML in Java and learn how to write the Text to HTML Java code for converting documents....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
This short guide provides thorough instructions on how to create a Barcode for a PDF using Java and how to add Barcode signature to PDF in Java....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
This article describes the workflow to convert MHTML to JPG in Java and provides a working code to show the implementation of Java MHTML to JPG converter capability....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
This tutorial provides detailed information on how to convert SVG to PDF using Java and enables users to easily write the code to export SVG to PDF in Java....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
This tutorial illustrates the procedure of how to convert JPG to PPTX using Java. Additionally, a code example will be provided to export JPG to PPTX using Java....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...