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...
Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to get the PDF output file information using .NET / C# with GroupDocs.Viewer for .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
Easily compare PDF files using Java by consuming one of the top document comparison library and learning how to create functionality for PDF comparison in Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
This tutorial shows how to convert PDF to Image in Java. You can set resolution, brightness and other parameters for the image when convert PDF to Image using Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
Learn how to convert PDF to HTML in Java and execute document transformations quickly. Examine PDF to HTML Java code along with the detailed instructions....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...