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

text annotations

(0.19 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. 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...
  5. Convert DOCX to RTF using Node.js

    Learn how to convert DOCX to RTF using Node.js with GroupDocs.Conversion for seamless document formatting. Easily export DOCX to RTF in Node.js with simple steps....Annotation Product Family GroupDocs...contrast, RTF (Rich Text Format) maintains text formatting while...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  6. Supported file formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, DOTX, ODT, OTT, RTF, XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM, XLAM, CSV, TSV, ODS, OTS, FODS, SXC, NUMBERS, PDF, EPUB, AZW3, MOBI, TXT, XML, CHM...Annotation Product Solution GroupDocs...OpenDocument Text Document ✅ OpenDocument Text Template ✅ Rich Text Format...

    docs.groupdocs.com/markdown/python-net/supporte...
  7. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Annotation Product Solution GroupDocs...the steps to encrypt QR-code text with embedded encryption by...

    docs.groupdocs.com/signature/net/sign-documents...
  8. Perform Case-Sensitive Search using C#

    Easily perform case-sensitive search using C# to retrieve precise results. Learn how to search case-sensitive Text in files using C# with step-by-step instructions....Annotation Product Family GroupDocs...fundamental requirement. Searching for text in a case-sensitive manner ensures...

    kb.groupdocs.com/search/net/perform-case-sensit...
  9. GroupDocs Newsletter November 2018 – .NET and J...

    Share this issue: Monthly NewsletterNovember 2018 Merge and Compare Business Documents of Same Format Documents Difference Checker APIs for .NET and Java GroupDocs.Comparison Product Family includes .NET and Java APIs to efficiently merge and compare all popular business document formats (Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML) for difference checking. The APIs support comparing Text contents, words, paragraphs, characters and style changes like font size, bold, italic etc....PowerPoint, OpenDocument ODT, PDF, Text and HTML) for difference checking... The APIs support comparing text contents, words, paragraphs...

    blog.groupdocs.com/total/groupdocs-newsletter-n...
  10. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....Annotation Product Solution GroupDocs...Extract text from the document text_reader = parser . get_text ()...

    docs.groupdocs.com/parser/python-net/load-file-...