Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 4,776 for

text signature

(0.21 sec)
  1. Comparison | GroupDocs

    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...Signature Product Solution GroupDocs...array of delimiters to split text into words. indicates if compare...

    docs.groupdocs.com/comparison/java/comparison/
  2. Merge HTML | GroupDocs

    Learn how to merge HTML files, combine HTML files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Signature Product Solution GroupDocs...HTML Leave feedback HTML (Hyper Text Markup Language) is the extension...

    docs.groupdocs.com/merger/net/merge/html/
  3. Hello, World! | GroupDocs

    Get started with GroupDocs.Watermark for Python via .NET by creating and running a minimal example....Signature Product Solution GroupDocs...TextWatermark object with the desired text and font for watermark. Call...

    docs.groupdocs.com/watermark/python-net/hello-w...
  4. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Signature Product Solution GroupDocs...Template Rich Text Document OpenDocument Text Microsoft Excel...

    docs.groupdocs.com/annotation/net/supported-doc...
  5. GroupDocs.Viewer Product Family | GroupDocs

    Excellent file viewer component that empowers your C#, ASP.NET, and other .NET applications with document viewing features across more than 170+ supported file formats Documentation .NET Java Node.js Python GroupDocs.Viewer for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Document rendering Articles and guidelines for document rendering Render Word documents Render PDF documents Render PowerPoint presentations Render spreadsheets ....Signature Product Solution GroupDocs...Render to PDF Render to HTML Add text watermarks Node.js via Java...

    docs.groupdocs.com/viewer/
  6. Character replacement during indexing | GroupDocs

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

    docs.groupdocs.com/search/java/character-replac...
  7. Extract barcodes from document page | GroupDocs

    This article explains that how to extract barcodes from document page....Signature Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  8. Verify document for signatures | GroupDocs

    This section explains how to verify document for electronic Signatures using GroupDocs.Signature for Java...Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for Java...

    docs.groupdocs.com/signature/java/verify-docume...
  9. Get document info | GroupDocs

    This article explains how to detect document file type, page count, and file size with GroupDocs.Parser for Python via .NET....Signature Product Solution GroupDocs...with text extraction..." ) text_reader = parser . get_text () if...

    docs.groupdocs.com/parser/python-net/get-docume...
  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....Signature Product Solution GroupDocs...for the recognition of printed text (optical character recognition...

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