Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 5,015 for

text annotations

(0.45 sec)
  1. Features overview | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML, PNG, JPEG and PDF formats, list and save attachments, embedded files and compressed files, and extract document Text....Annotation Product Solution GroupDocs...interact with rendered document text - select, copy or search; You...

    docs.groupdocs.com/viewer/java/features-overview/
  2. Features overview | GroupDocs

    With GroupDocs.Viewer for Node.js you can render files to HTML, PNG, JPEG and PDF formats, list and save attachments, embedded files and compressed files, and extract document Text....Annotation Product Solution GroupDocs...interact with rendered document text - select, copy or search; You...

    docs.groupdocs.com/viewer/nodejs-java/features-...
  3. GroupDocs.Signature Product Family

    Find answers about signing digital documents and images of various types using code on any platform....Annotation Product Family GroupDocs...Answers How to Sign PDF with Text Signature using Java How to...

    kb.groupdocs.com/signature/page/2/
  4. Extract data from databases | GroupDocs

    This article demonstrate that how to extract data from databases via JDBC...Annotation Product Solution GroupDocs...object; Call property to check if text extraction is supported; Call...

    docs.groupdocs.com/parser/java/extract-data-fro...
  5. How to search signatures with predicate functio...

    This article explains how to search signatures using predicate functions (Func) with GroupDocs.Signature API to filter search results based on custom criteria....Annotation Product Solution GroupDocs...Example 1: Search and Filter by Text Content using GroupDocs.Signature...

    docs.groupdocs.com/signature/net/search-signatu...
  6. Convert RTF to TXT using Python

    Convert RTF to TXT using Python for fast Text extraction. Export RTF to plain Text in Python for easy processing, editing, and automation without using extra tools....Annotation Product Family GroupDocs...extraction of plain text from Rich Text Format files. TXT files...

    kb.groupdocs.com/conversion/python/convert-rtf-...
  7. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain Text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Annotation Product Solution GroupDocs...Template Plain text Open Document Text Open Document Text Template...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Render TXT as HTML using Python

    In this topic, you will learn how to render TXT as HTML using Python. There is no need to install extra software or tools to convert TXT to HTML in Python on any system....Annotation Product Family GroupDocs...TXT as HTML using Python Plain text files are commonly used for...

    kb.groupdocs.com/viewer/python/render-txt-as-ht...
  9. Locales for output document | GroupDocs

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using  GroupDocs.Editor for .NET API....Annotation Product Solution GroupDocs...example, English and Spanish text, setting the locale to English...

    docs.groupdocs.com/editor/net/locales-for-outpu...
  10. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a Text into the reader try (TextReader reader = parser.getText()) { // Print a Text from the document // If Text extraction isn't supported, a reader is null System....Annotation Product Solution GroupDocs...( filePath )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...