Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 36,976 for

groupdocs signature

(1.18 sec)
  1. 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.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. Product Overview | GroupDocs

    Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of Groupdocs.Editor for Java without third party software installed....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/editor/java/product-overview/
  3. Use redaction policies | GroupDocs

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml You can use RedactionPolicy....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/redaction/java/use-redaction...
  4. GroupDocs.Signature for Node.js via Java | Grou...

    Groupdocs.Signature for Node.js is an easy to use electronic Signature API designed for Node.js applications...Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/signature/nodejs-java/
  5. Markdown flavor control | GroupDocs

    Target GitHub Flavored Markdown or CommonMark output...Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/markdown/java/markdown-flavor/
  6. Markdown flavor control | GroupDocs

    Target GitHub Flavored Markdown or CommonMark output...Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/markdown/net/markdown-flavor/
  7. Add text watermarks | GroupDocs

    Add text watermarks to rendered documents using Groupdocs.Viewer in your Python applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  8. Customize Changes Styles | GroupDocs

    Customize the highlight colour, font colour, and text decorations of inserted, deleted, and changed items in comparison results with Groupdocs.Comparison for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/comparison/python-net/develo...
  9. Working with Multiple Data Sources | GroupDocs

    Note This feature is only compatible with Groupdocs.Assembly for .NET 3.1.0 or later releases. Explicit Support for Multiple Data Sources Using DocumentAssembler.AssembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/assembly/net/working-with-mu...
  10. Async API | GroupDocs

    Use async methods for non-blocking document conversion in web apps and serverless...Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/markdown/net/async-api/