This documentation section explains features of EditableDocument class when editing document with GroupDocs.Editor for .NET API....Us Contact Customers Legal Security Events Acquisition Ask AI...
This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...
In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not.
Below, we create a callback class, dumping changes to system console:
public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Us Contact Customers Legal Security Events Acquisition Ask AI...
This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Us Contact Customers Legal Security Events Acquisition GroupDocs...
This article explains how to save signed Word Processing documents with various file formats by GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...
This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...
Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents . Use of In-line Syntax Error Messages By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Us Contact Customers Legal Security Events Acquisition Ask AI...