The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
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....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or third-party storage for further processing with GroupDocs.Comparison for Node.js via Java API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or third-party storage for further processing with GroupDocs.Comparison for Python via .NET API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Note This section describes some basic and advanced use cases of GroupDocs.Redaction for .NET. Please refer to GitHub repository for more examples and samples....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This section contains the basic and advanced usage guide for programmers....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...