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....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article shows how to receive digital certificates properties over Document Info method....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This section explains how to load document from FTP with GroupDocs.Signature API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Quickly do image conversion and learn the process to convert Bitmap to PNG using C# and how to consume document converter APIs for C# BMP to PNG converter ability....Search Product Family GroupDocs.Parser Product Family GroupDocs...
This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#....Search Product Family GroupDocs.Parser Product Family GroupDocs...
Quickly get help on how to convert MSG to HTML using C# without the need of third party software. Also, we will provide code example to export MSG to HTML in C#....Search Product Family GroupDocs.Parser Product Family GroupDocs...
This brief writing provides guidance how to add squiggly annotation in PDF using C# along with instructions and code to insert squiggly annotation to PDF in C#....Search Product Family GroupDocs.Parser Product Family GroupDocs...
Do you want to do document conversion in a few steps? then review guidelines to convert Text to HTML in C# and sample code for C# convert Text to HTML capability....Search Product Family GroupDocs.Parser Product Family GroupDocs...