Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 4,786 for

groupdocs.signature,

(0.07 sec)
  1. Render PDF as JPG using Java

    Discover an efficient approach to render PDF as JPG using Java. Additionally, delve into comprehensive step-by-step guideline and Java code for rendering PDF to JPG....Discover an efficient approach to render PDF as JPG using Java. Additionally, delve into comprehensive step-by-step guideline and Java code for rendering PDF to JPG.

    kb.groupdocs.com/viewer/java/render-pdf-as-jpg-...
  2. GroupDocs.Assembly for Java 18.5 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 18.5. Major Features Support for dynamic coloring of chart series and individual series points for the most of supported file formats. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-67  Support dynamic coloring of chart series and individual series points for Word Processing documents  Feature ASSEMBLYNET-68 Support dynamic coloring of chart series and individual series points for Spreadsheet documents  Feature ASSEMBLYNET-69 Support dynamic coloring of chart series and individual series points for Presentation documents  Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....This page contains release notes for GroupDocs.Assembly for Java 18.5. Major Features Support for dynamic coloring of chart series and individual series points for the most of supported file formats. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-67  Support dynamic coloring of chart series and individual series points for Word Processing documents  Feature ASSEMBLYNET-68 Support dynamic coloring of chart series and individual series points for Spreadsheet documents  Feature ASSEMBLYNET-69 Support dynamic coloring of chart series and individual series points for Presentation documents  Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs.

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  3. GroupDocs.Assembly for .NET 18.2 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 18.2. Major Features This release extends abilities to work with single-column table data bands and conditional blocks. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-61  Support single-column table-row data bands for Word Processing documents  Feature ASSEMBLYNET-62 Support single-column table-row data bands for Spreadsheet documents Feature ASSEMBLYNET-63 Support single-column table-row data bands for Presentation documents  Feature ASSEMBLYNE4-63 Support single-column table-row data bands for email messages with HTML and RTF bodies Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....This page contains release notes for GroupDocs.Assembly for .NET 18.2. Major Features This release extends abilities to work with single-column table data bands and conditional blocks. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-61  Support single-column table-row data bands for Word Processing documents  Feature ASSEMBLYNET-62 Support single-column table-row data bands for Spreadsheet documents Feature ASSEMBLYNET-63 Support single-column table-row data bands for Presentation documents  Feature ASSEMBLYNE4-63 Support single-column table-row data bands for email messages with HTML and RTF bodies Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs.

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  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/