The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
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....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This section decsribes how to get started with GroupDocs.Signature for .NET library...Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
GroupDocs.Metadata allows you to load password-protected documents and load files from different sources.
For more details please refer to the following guides:...Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Following this guide you will learn how to save the converted PDF, Word, Excel, or PowerPoint documents to local disk, stream or FTP....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This section explains how to apply additional options to customize output document when converting documents with GroupDocs.Conversion for .NET...Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Annotation for .NET API....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This section explains how to search for electronic signatures across document and its pages with advanced options....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...