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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for Java API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article shows how to receive digital certificates properties over Document Info method....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Note This page contains release notes for GroupDocs.Comparsion for Java 18.6.2 Major Features Below the list of fixed bugs in this release of GroupDocs.Comparsion for Java. The most notable are:
Key Summary Issue Type COMPARISONJAVA-252 Compare presentations from stream to file is not working properly Bug COMPARISONJAVA-430 Only first two pages compared in result document Bug COMPARISONJAVA-431 Incorrect result when comparing two PDF files Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Note This page contains release notes for GroupDocs.Comparison for .NET 22.10 Major Features Below is the list of most notable changes in release of GroupDocs.Comparison for .NET 22.10:
Fixed issue in PDF when compare files with Hieroglyphics could not return correct data if highlight was changed Fixed issue when some characters were not output in specific cases of PDF documents comparison Fixed issue when some annotations were lost after PDF documents comparison Improved comparison of list tags in HTML Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-3218 Comparison of PDF files with Hieroglyphics depending on the Aspose PDF version Improvement COMPARISONNET-2347 Improve comparison of list tags in HTML Improvement COMPARISONNET-2746 String wrap comparison issue Bug COMPARISONNET-3217 Incorrect display of annotations Bug Public API and Backward Incompatible Changes none...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Note This page contains release notes for GroupDocs.Comparsion for Java 18.6.1 Major Features Below the list of fixed bugs in this release of GroupDocs.Comparsion for Java. The most notable are:
Key Summary Issue Type COMPARISONJAVA-419 For RTF comparison, API detects style changes but does not highlight them like it does with DOCX. Bug COMPARISONJAVA-425 Style Changes Not Highlighted Bug COMPARISONJAVA-426 PDF comparison gives a scrambled report Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Note This page contains release notes for GroupDocs.Redaction for .NET 21.1 Major Features There are the following improvements in this release:
Improve page information returned by GroupDocs.Redaction Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONNET-347 Improve page information returned by GroupDocs.Redaction Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Redaction for .NET 21.1. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in GroupDocs....Close Navigation Products GroupDocs.Total Product Family GroupDocs...