Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 4,794 for

groupdocs.signature,

(0.07 sec)
  1. How to Convert DOCX to RTF using Java

    In this topic, you will learn how to convert DOCX to RTF using Java. Additionally, we will assist you in creating an application to export DOCX to RTF using Java....In this topic, you will learn how to convert DOCX to RTF using Java. Additionally, we will assist you in creating an application to export DOCX to RTF using Java.

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. How to Convert DOCX to OTT using Java

    We'll present straightforward instructions on how to convert DOCX to OTT using Java. Also, we'll provide code sample that explains how to export DOCX to OTT in Java....We'll present straightforward instructions on how to convert DOCX to OTT using Java. Also, we'll provide code sample that explains how to export DOCX to OTT in Java.

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Convert HTML to MHTML using Java

    This topic provides a detail on how to convert HTML to MHTML using Java on various operating systems. It also includes code to generate MHTML from HTML in Java....This topic provides a detail on how to convert HTML to MHTML using Java on various operating systems. It also includes code to generate MHTML from HTML in Java.

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text.

    docs.groupdocs.com/search/java/character-replac...
  5. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....This article gives the knowledge about the ability to perform search by chunks using Java search API.

    docs.groupdocs.com/search/java/search-by-chunks/
  6. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Node.js via Java....This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Node.js via Java.

    docs.groupdocs.com/merger/nodejs-java/merge/pow...
  7. Extract barcodes from document page | Documenta...

    This article explains that how to extract barcodes from document page....This article explains that how to extract barcodes from document page.

    docs.groupdocs.com/parser/net/extract-barcodes-...
  8. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....This page describes how to compare two folders and find out which files/folders were deleted, added or modified.

    docs.groupdocs.com/comparison/python-net/compar...
  9. 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...
  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/