Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 10,008 for

text

(0.06 sec)
  1. Introducing GroupDocs.Assembly for .NET | Docum...

    GroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and it is a report generator which generates an output document based on the data source, in the template’s format as or in the specified output format. Since GroupDocs.Assembly for .NET 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/net/introducing-gro...
  2. Extract data from Microsoft OneNote notebooks |...

    The following examples demonstrate how to extract data from Microsoft OneNote Notebooks:...Extract text from Microsoft OneNote sections Search text in Microsoft...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Extract data from ePUB eBooks | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......eBooks Leave feedback Extract text from EPUB eBooks Extract metadata...contents from EPUB eBooks Search text in EPUB eBooks Was this page...

    docs.groupdocs.com/parser/java/extract-data-fro...
  4. Comparison pdf view bold characters - Free Supp...

    hello, im using your Comparison .Net Ui product, when i try to compare two pdf’s it appears that the Text’s are written by bold characters image.png (22.0 KB) here’s the files that i used for comparison 95592.pdf (20.…...two pdf’s it appears that the text’s are written by bold characters...(pre-comparison) PDF documents with bold text, even though the documents themselves...

    forum.groupdocs.com/t/comparison-pdf-view-bold-...
  5. How to Convert Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Powered...@VERSION }}</title> <style type="text/css"> {{ Web::minify('templates/'...

    blog.groupdocs.com/conversion/how-to-convert-fi...
  6. Introducing GroupDocs.Assembly for Java | Docum...

    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...
  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.Annotation Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....features like ability to apply text annotation without changing...experience. Features Ability to apply text annotations without changing...

    blog.groupdocs.com/categories/groupdocs.annotat...
  9. Extract images from documents | Documentation

    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...