Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 34,935 for

groupdocs signature

(0.07 sec)
  1. Add link annotation | GroupDocs

    The page describes how to add link annotation to a document using Groupdocs.Annotation for .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/annotation/net/add-link-anno...
  2. Get document Info | GroupDocs

    This artcle explains how to get document information...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/get-document-...
  3. Use redaction callback | GroupDocs

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/use-redaction...
  4. Setting author of changes | GroupDocs

    Learn how to set the author name for revisions in the result using Groupdocs.Comparison for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/python-net/settin...
  5. GroupDocs.Metadata Product Family on GroupDocs ...

    Groupdocs.Metadata Product Family on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs.Metadata Product Family on Groupdocs Blog | Document Autom......GroupDocs.Metadata Product Family on GroupDocs Blog | Document...content in GroupDocs.Metadata Product Family on GroupDocs Blog |...

    blog.groupdocs.com/categories/groupdocs.metadat...
  6. USB Token Signing on GroupDocs Blog | Document ...

    USB Token Signing on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in USB Token Signing on Groupdocs Blog | Document Automation Solutions for .NET & Java ......USB Token Signing on GroupDocs Blog | Document Automation Solutions...content in USB Token Signing on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/zh/tag/usb-token-signing/ind...
  7. Secure PDF Signing on GroupDocs Blog | Document...

    Secure PDF Signing on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Secure PDF Signing on Groupdocs Blog | Document Automation Solutions for .NET & Jav......Secure PDF Signing on GroupDocs Blog | Document Automation Solutions...in Secure PDF Signing on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/zh/tag/secure-pdf-signing/in...
  8. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new Groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iGroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  9. Get only summary page | GroupDocs

    Learn how to generate only the summary page in the comparison result using Groupdocs.Comparison for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/python-net/get-on...
  10. Load from local disc | GroupDocs

    Load from local disc Groupdocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/load-from-loc...