Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 4,828 for

groupdocs.viewer,

(0.06 sec)
  1. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API.... This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/sign-document...
  2. Delete Barcode signatures from documents | Docu...

    This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/delete-barcod...
  3. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.

    docs.groupdocs.com/signature/java/sign-document...
  4. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush... This article explains how to fill signature background with texture brush

    docs.groupdocs.com/signature/java/composing-sig...
  5. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Watermark can work with....The following article indicates the file formats that GroupDocs.Watermark can work with.

    docs.groupdocs.com/watermark/nodejs-java/suppor...
  6. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Java supported document types...This section describes GroupDocs.Merger for Java supported document types

    docs.groupdocs.com/merger/java/supported-docume...
  7. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary....This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary.

    docs.groupdocs.com/search/net/stop-word-diction...
  8. Technical Support | Documentation

    GroupDocs.Comparison for .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....GroupDocs.Comparison for .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum.

    docs.groupdocs.com/comparison/net/technical-sup...
  9. Comparison | Documentation

    Learn more about advanced document comparison use cases - how to adjust comparison detalisation level, get changed elements coordinates, detect style detection and many more using GroupDocs.Comparison for Java...Learn more about advanced document comparison use cases - how to adjust comparison detalisation level, get changed elements coordinates, detect style detection and many more using GroupDocs.Comparison for Java

    docs.groupdocs.com/comparison/java/comparison/
  10. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options.

    docs.groupdocs.com/search/java/ocr-support/