The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs.Merger 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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This section explains how to load document from FTP with GroupDocs.Signature API....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article shows how to receive digital certificates properties over Document Info method....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This short article focus on how to add watermark in Word using C#. It's a step-by-step instructions with sample code to insert watermark in Word using C#....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Editor Product Solution GroupDocs.Merger 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 ....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...