This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to merge EPUB files, combine EPUB files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Node.js via Java library....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to merge HTML files, combine HTML files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to merge image files, combine image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Parser Product Solution GroupDocs.Watermark 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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for Java API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article shows how to receive digital certificates properties over Document Info method....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Annotation for .NET 21.6 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 21.6:
Updated information about supported types Moved License and Metered class to GroupDocs.Annotation namespace Fixed issue with counting page for PPT file Added an ability to generate preview in different formats for CAD document Fixed problem with closing a stream when saving a tiff file Fixed exception on adding watermarks to pdf without license Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-1727 Generate preview for CAD using PreviewFormat Feature ANNOTATIONNET-1684 Match supported formats Improvement ANNOTATIONNET-1718 Move License and Metered classes to GroupDocs....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...