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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This section explains how to load document from FTP with GroupDocs.Signature API....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This article shows how to receive digital certificates properties over Document Info method....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Get familiar with the process to convert HTML to Text using Java and easily use these instructions for developing the functionality to convert HTML to Text in Java....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...
Understand document conversion for Excel to web format, review steps to convert XLSX to HTML using Java, and how to develop code to export Excel to HTML in Java....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...
Let's learn the document conversion process and convert HTML to Excel using Java. Easily implement this guide to develop the Java HTML to Excel converter feature....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...
Learn the document conversion process in detail to convert HTML to Image in Java and how to use these instructions to create Java HTML to Image converter capability....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...