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....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
Let's learn the detail of how to render CHM as HTML using Python. This tutorial shows how to convert CHM to HTML in Python for browser-based viewing and integration....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
Let's quickly understand how to convert CSV to HTML using C#. We will provide you with essential instructions and code example to export CSV to HTML using C#....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
Let's efficiently learn how to convert PDF to TXT using C# without installing extra software. The library used to export PDF to TXT using C# is platform-independent....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
Within this article, you'll discover the process how to convert DOCX to MHTML using Node.js. Also, we'll supply code necessary to export DOCX to MHTML in Node.js....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...