Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 11,966 for

text

(0.68 sec)
  1. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...extract data from emails: Extract text from Emails Extract metadata...Web Services protocols Search text in Emails Was this page helpful...

    docs.groupdocs.com/parser/java/extract-data-fro...
  2. How to Сreate a Plugin for Sugar On-Demand Usin...

    SugarCRM is an open-platform web-based customer relationship management system which has an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the GroupDocs GDrive plugin as an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application GroupDocs account Development of GroupDocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied....file</label> <br> <input type="text" id="destPath" name="destPath"...name="destPath" class="gd-custom-input-text"> <input type="hidden" id="srcPath"...

    blog.groupdocs.com/total/how-to-create-plugin-f...
  3. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Node.js.... Text and programming file formats...Query Language Data File Plain Text File Visual Basic Source Code...

    docs.groupdocs.com/viewer/nodejs-java/supported...
  4. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Java.... Text and programming file formats...Query Language Data File Plain Text File Visual Basic Source Code...

    docs.groupdocs.com/viewer/java/supported-docume...
  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. GroupDocs.Signature for Python 26.1 – 最新更新和修复(2...

    探索 GroupDocs.Signature for Python 26.1 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。... code_text_alignment = gs . CodeTextAlignment...CodeTextAlignment . BELOW qr_sign_options . text = "GROUP DOCS" # Preview generation...

    blog.groupdocs.com/zh/signature/groupdocs-signa...
  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...