Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 5,005 for

text signature

(1.21 sec)
  1. 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/
  2. Working with XML Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and Text values of XML elements are loaded as strings then....Signature Product Solution GroupDocs...DataSet , all attributes and text values of XML elements are loaded...

    docs.groupdocs.com/assembly/java/working-with-x...
  3. Perform Boolean Search using C#

    Perform Boolean search using C# to enhance document retrieval. Learn full-Text search with Boolean operators in C# for precise and efficient results in applications....Signature Product Family GroupDocs.Metadata...demonstrate how to implement full-text search with Boolean operators...

    kb.groupdocs.com/search/net/perform-boolean-sea...
  4. Search Different Word Forms using Java

    Search different word forms using Java to identify nouns in both singular and plural forms. An example will demonstrate how to implement word form search in Java....Signature Product Family GroupDocs.Metadata...that process natural language text. The ability to handle grammatical...

    kb.groupdocs.com/search/java/search-different-w...
  5. 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-...
  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. Remove Metadata from ODT using C#

    Discover how to effectively remove metadata from ODT using C#. This guide provides a code snippet showing the process of how to delete metadata from ODT in C#....Signature Product Family GroupDocs.Metadata...from ODT using C# Open Document Text ( ODT ) files are commonly used...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  8. Remove Image Watermark from DOCX Using Python

    Learn how to remove image watermark from DOCX using Python. This tutorial shows how to detect and delete image watermarks in DOCX documents programmatically....Signature Product Family GroupDocs.Metadata...to read our guide on remove text watermark from PPTX using Python...

    kb.groupdocs.com/watermark/python/remove-image-...
  9. Minify HTML | GroupDocs

    Learn how to minify HTML and CSS when rendering of documents into HTML and make your HTML documents load faster with GroupDocs.Viewer....Signature Product Solution GroupDocs...type="text" disabled="disabled"> becomes <input type=text disabled>...

    docs.groupdocs.com/viewer/java/minify-html/
  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/