The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Watermark Product Solution GroupDocs.Editor 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....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This section explains how to load document from FTP with GroupDocs.Signature API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Lock a watermark in a Word document to restrict editing, optionally with a password, using GroupDocs.Watermark for Python via .NET....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article shows how to receive digital certificates properties over Document Info method....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can set checkbox values to either checked or unchecked in your reports dynamically by taking the following steps:
Add a checkbox content control to your template at a place where you want it to appear in a result document. By editing content control properties, add a check tag to the title of the checkbox content control using the following syntax....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This section contains issues that you may face and solutions for them when processing files with GroupDocs.Viewer....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...