Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 10,076 for

text

(0.04 sec)
  1. Add Form-Field Signatures in PDF using GroupDoc...

    We are pleased to announce another monthly release of GroupDocs.Signature for .NET. This latest release 18.11 of the API comes up with a multitude of new features like the ability to add form-field signatures in PDF documents and many more. We therefore recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience. Features Sign PDF Document with a Form-Field SignatureThe Form-Field Signatures are the input control which are placed in a document page....for Form-Field Signatures like Text, Checkbox or Digital within...document: # // setup options with text of signature SlidesMetadataSignOp...

    blog.groupdocs.com/signature/groupdocs.signatur...
  2. add watermark to presentations in csharp on Gro...

    add watermark to presentations in csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in add watermark to presentations in csharp on GroupDocs Blog | ......pomocí C# C# způsoby, jak přidat text na snímky prezentace jako vodoznak...

    blog.groupdocs.com/cs/tag/add-watermark-to-pres...
  3. find in files and folder using Java on GroupDoc...

    find in files and folder using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in find in files and folder using Java on GroupDocs Blog | Document A...... Najděte text ve více souborech Word, Excel...

    blog.groupdocs.com/cs/tag/find-in-files-and-fol...
  4. Convert PDF to HTML using Node.js

    Learn how to convert PDF to HTML using Node.js. This guide covers fast and accurate HTML extraction, helping you seamlessly export PDF to HTML in Node.js with ease....comprehensive guide on converting PDF to Text using Node.js. For a detailed...tutorial on how to convert PDF to Text using Node.js . Updated on 13...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  5. Comparison | Documentation

    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...array of delimiters to split text into words. indicates if compare...changes Get source and target text from files How to merge source...

    docs.groupdocs.com/comparison/java/comparison/
  6. Extract barcodes from document page | Documenta...

    This article explains that how to extract barcodes from document page....Description The page that contains the text area. The rectangular area on...on the page that contains the text area. A string value that represents...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  7. Merge HTML | Documentation

    Learn how to merge HTML files, combine HTML files into one file programmatically in C# language using GroupDocs.Merger for .NET library....HTML Leave feedback HTML (Hyper Text Markup Language) is the extension...help of and all content like text, images, tables, graphs, forms...

    docs.groupdocs.com/merger/net/merge/html/
  8. TableFormatSetter for Slides is Improved in Gro...

    GroupDocs.Comparison for .NET 18.10 comes with an improvement and a few bug fixes. Issues such as style comparison in first column of Slides documents are now fixed. Please follow the release notes here for further details. We would recommend you to try the latest version of the API and share your feedback. Improvements Improve TableFormatSetter for Slides Bug FixFollowing issues are resolved for Slides: Table does not display Text style change Issue with table theme Comparing styles in first column Issue with sizes of the resultant document Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Slides: # Table does not display text style change Issue with table...

    blog.groupdocs.com/comparison/tableformatsetter...
  9. 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....for example, to convert all text to lowercase characters or to...to remove diacritics from text. Such replacements can reduce...

    docs.groupdocs.com/search/java/character-replac...
  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....for the recognition of printed text (optical character recognition...using com.aspose.ocr library for text recognition in images. String...

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