Sort Score
Result 10 results
Languages All
Labels All
Results 4,711 - 4,720 of 6,627 for

groupdocs.signature,

(0.59 sec)
  1. Scan QR Code from JPG using C#

    Easily discover how to scan QR Code from JPG using C# without need for additional software installations along with code example to extract QR Code from JPG in C#....Easily discover how to scan QR Code from JPG using C# without need for additional software installations along with code example to extract QR Code from JPG in C#.

    kb.groupdocs.com/parser/net/scan-qrcode-from-jp...
  2. Spreadsheet redactions | GroupDocs

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others.

    docs.groupdocs.com/redaction/net/spreadsheet-re...
  3. Supported File Formats | GroupDocs

    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...
  4. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Python via .NET....Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Python via .NET.

    docs.groupdocs.com/merger/python-net/extract-pa...
  5. Xlsx to Md | GroupDocs

    This article demonstrates how to convert Spreadsheet to Markdown with GroupDocs.Markdown for Java....This article demonstrates how to convert Spreadsheet to Markdown with GroupDocs.Markdown for Java.

    docs.groupdocs.com/markdown/java/convert/export...
  6. System requirements | GroupDocs

    GroupDocs.Viewer for Java does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....GroupDocs.Viewer for Java does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering.

    docs.groupdocs.com/viewer/java/system-requireme...
  7. Showcases | GroupDocs

    Code examples, real-world use cases, and a free online demonstration of GroupDocs.Redaction for Python via .NET....Code examples, real-world use cases, and a free online demonstration of GroupDocs.Redaction for Python via .NET.

    docs.groupdocs.com/redaction/python-net/showcases/
  8. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from document....This article explains that how to extract formatted text from document.

    docs.groupdocs.com/parser/java/extract-formatte...
  9. Extract hyperlinks from document page | GroupDocs

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

    docs.groupdocs.com/parser/java/extract-hyperlin...
  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/