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...
This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for Java API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....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 article explains how to get names of the worksheets from Excel files with GroupDocs.Viewer within your .NET applications....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Annotation for .NET 3.0.0 Major Features This is the first version of new generation GroupDocs.Annotation for .NET. The most notable features are:
Code has been rewritten completely from the ground. Support annotating different document formats (Pdf, Slides, Cells). Storage-agnosic datalayer. Simplified flexible API. Code and product structure optimization. Ability to apply custom user fron-end. Designed as native .NET library which allow usage in all possible project types....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Metadata for .NET 23.1 Major Features There are the following features, enhancements, and fixes in this release:
Add support for .dng RAW format Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-3989 Support DNG format. New Feature Public API and Backward Incompatible Changes Implement the ability to configure cache for heavy operations This improvement allows you to extract metadata from the ....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Signature for .NET 18.9.1 Major Features Two major bugs were fixed and included into this hot-fix release.
Full List of Issues Covering all Changes in this Release Key Summary Issue Type SIGNATURENET-3657 Exception while signing PDF with Metadata Signatures using latest pre-release Bug SIGNATURENET-3658 Exception while signing PDF with Metadata Sign Options using latest pre-release Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Viewer for Java 3.0.0 Major Features This is the first version of new generation GroupDocs.Viewer for Java. The most notable features are:
Code has been rewritten completely from the ground. Simplified and much flexible API. Better organized and simplified product structure. Code optimization. Storage API. Cache/Output API. On the fly document rendering. Multiple render options. Multiple document transformations. Ability to request whole document, page-by-page or custom range of pages....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Viewer for .NET 3.0.0 Major Features This is the first version of new generation GroupDocs.Viewer for .NET. The most notable features are:
Code has been rewritten completely from the ground. Simplified and much flexible API. Better organized and simplified product structure. Code optimization. Storage API. Cache/Output API. On the fly document rendering. Multiple render options. Multiple document transformations. Ability to request whole document, page-by-page or custom range of pages....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...