Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 11,106 for

text

(0.19 sec)
  1. GroupDocs.Viewer 2.0 - New Features & Improveme...

    Last week, we released an update to the GroupDocs.Viewer library for the .NET platform. Now it is time to share what version 2.0 of GroupDocs.Viewer has to offer to the Java world. You can find a full list of new features, improvements and fixes on the GroupDocs.Viewer download page. The most notable improvements, I’m going to discover in this article. Native HTML5-Based Document Rendering The brightest gem presented in this version is the HTML-based rendering mode - an addition to the image-based one that was the only choice in previous versions of the document viewer.... Under the new mode, all text is placed on the page using...allows end-users to search for text within the document using the...

    blog.groupdocs.com/viewer/groupdocs-viewer-2-0-...
  2. GroupDocs Holidays Offer – Get 25% off GroupDoc...

    Share this issue: Monthly NewsletterDecember 2018 25% off GroupDocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Get 25% off GroupDocs.Total OR 24 Bottles of Award-Winning Pirathon Total Shiraz (worth over $1500). Quote HOLOFF2018 or PIRATH2018 when placing your order. This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from GroupDocs.com, not through third parties or resellers....indexing operations to extract text and metadata from business documents...You can extract plain text, formatted text, and metadata from PDF...

    blog.groupdocs.com/total/groupdocs-holidays-off...
  3. GroupDocs.Markdown for .NET — Export Documents ...

    Export PDF, Word, Excel, HTML, and more to Markdown with an on‑premises .NET API. First public release is published....work well with HTML or plain text, these native document formats...that generates text and answers based on large text corpora. RAG...

    blog.groupdocs.com/markdown/groupdocs-markdown-...
  4. Character replacements | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....; i < count ; i ++ ) { const text = String . fromCharCode ( i...newChar ( text ); const replacement = java . newChar ( text . toLowerCase...

    docs.groupdocs.com/search/nodejs-java/character...
  5. Introducing GroupDocs.Assembly for Java | Group...

    Introduction to GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed to generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s format or in the specified output format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....use segments of pre-existing text and/or data to assemble a new...automate all conditional text, variable text, and data contained within...

    docs.groupdocs.com/assembly/java/introducing-gr...
  6. Render RTF as HTML using Python

    Learn how to render RTF as HTML using Python and easily create HTML pages from RTF in Python while preserving formatting, layout, and style for web display....easier to present formatted text, images, and tables directly...developers who want to integrate rich text rendering into web platforms...

    kb.groupdocs.com/viewer/python/render-rtf-as-ht...
  7. Convert TXT to PDF using Node.js

    Discover how to convert TXT to PDF using Node.js. This guide shows you how to export TXT to PDF in Node.js efficiently for reliable document generation....js Converting plain text files into professional, printable...developers aiming to streamline text-to-document workflows, this...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  8. Export styles during document editing | GroupDocs

    This article describes the procedure of preserving and exporting all build-in and custom styles in the source WordProcessing document during its editing....can be applied to some span of text, paragraphs, lists, or tables...tab; users can select a desired text or paragraph of the document...

    docs.groupdocs.com/editor/net/styles-export/
  9. Extract images from documents | GroupDocs

    This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Description The page that contains the text area. The rectangular area on...on the page that contains the text area. The format of the image...

    docs.groupdocs.com/parser/java/extract-images-f...
  10. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser provides the functionality to extract emails from remote servers. The following email protocols are supported: Post Office Protocol (POP) Internet Message Access Protocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class to extract emails from a remote server the following constructor is used: Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second constructor allows to use ParserSettings object to control the process; for example, by adding logging functionality....openParser ()) { // Extract the email text try ( TextReader reader = emailParser...email text System . out . println ( reader == null ? "Text extraction...

    docs.groupdocs.com/parser/java/extract-emails-f...