Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 5,911 for

groupdocs.signature,

(0.6 sec)
  1. How to Convert ODT to DOCX using Java

    In this topic, you will discover the procedure how on convert ODT to DOCX using Java. Also, we will furnish you with Java code snippet to export ODT to DOCX in Java....In this topic, you will discover the procedure how on convert ODT to DOCX using Java. Also, we will furnish you with Java code snippet to export ODT to DOCX in Java.

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. How to Convert EPS to JPG in C#

    This tutorial explains the process to convert EPS to JPG in C# using document converter APIs and provides a sample code for C# EPS to JPG converter application....This tutorial explains the process to convert EPS to JPG in C# using document converter APIs and provides a sample code for C# EPS to JPG converter application.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Add Image Watermark to JPG Using Python

    Discover how to add image watermark to JPG using Python and protect visual assets by placing a centered logo watermark on images with consistent alignment....Discover how to add image watermark to JPG using Python and protect visual assets by placing a centered logo watermark on images with consistent alignment.

    kb.groupdocs.com/watermark/python/add-image-wat...
  4. Convert PDF to TXT using Python

    Discover how to transform PDF documents into TXT files using Python. Seamlessly extract unformatted text from PDFs with concise Python code and no additional utilities....Discover how to transform PDF documents into TXT files using Python. Seamlessly extract unformatted text from PDFs with concise Python code and no additional utilities.

    kb.groupdocs.com/conversion/python/convert-pdf-...
  5. Convert PDF to SVG using Node.js

    Discover how to convert PDF to SVG using Node.js. Learn how to export PDF to SVG in Node.js with the Conversion library for efficient and scalable file conversions....Discover how to convert PDF to SVG using Node.js. Learn how to export PDF to SVG in Node.js with the Conversion library for efficient and scalable file conversions.

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  6. Convert PDF to XLSX using Node.js

    Convert PDF to XLSX using Node.js effortlessly. Learn how to export PDF to XLSX in Node.js with a step-by-step guide for accurate and efficient spreadsheet conversion....Convert PDF to XLSX using Node.js effortlessly. Learn how to export PDF to XLSX in Node.js with a step-by-step guide for accurate and efficient spreadsheet conversion.

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  7. Extract Text from ODT using C#

    This article provides a detailed guide on text extraction from ODT in C#. It includes a code example to assist you in performing how to extract text from ODT using C#....This article provides a detailed guide on text extraction from ODT in C#. It includes a code example to assist you in performing how to extract text from ODT using C#.

    kb.groupdocs.com/parser/net/extract-text-from-o...
  8. Character replacements | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements....This article gives the knowledge of the API methods which can be used to perform operations about Character replacements.

    docs.groupdocs.com/search/net/character-replace...
  9. Stop word dictionary | GroupDocs

    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...
  10. OCR support | GroupDocs

    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/