This article shows how to receive digital certificates properties over Document Info method....Security Events Acquisition Ask AI GroupDocs Documentation / 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....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
Retrieve file type, page count, size, and encryption using Python via .NET....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
Render emAil attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....Security Events Acquisition Ask AI GroupDocs Documentation / 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....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...
This article describes how to run Java digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...