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....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This section explains how to load document from FTP with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article shows how to receive digital certificates properties over Document Info method....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
GroupDocs.Parser provides the functionality to extract data from EPUB e-books. Also CHM and FB2 formats are supported.
The following table provides the list of supported formats:
Format Description CHM Compiled HTML Help File EPUB Digital E-Book File Format FB2 FictionBook 2.0 File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured ....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This page contains information about synchronizing shards in the search network....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...