Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 11,638 for

text

(0.1 sec)
  1. 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...
  2. 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-...
  3. Specify spreadsheet rendering options | GroupDocs

    Render spreadsheet files (Excel, etc.) to HTML, PDF, or images using GroupDocs.Viewer's Python API options....render grid lines, or adjust cell text overflow). To access these options...cell text overflow The option allows you to prevent text overflow...

    docs.groupdocs.com/viewer/python-net/specify-re...
  4. 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...
  5. 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...
  6. Convenient Watermarking for Documents and Image...

    We are excited to announce that the first version of GroupDocs.Watermark for Java has been released. GroupDocs.Watermark for Java makes it simple to perform watermarking operations in various document and image formats. The API facilitates the Java developers with simple syntax, easy to use methods and a few lines of code to perform any watermarking operation. Using GroupDocs.Watermark, you can add, search, and remove watermark from many popular document and image formats.... Adding text/image watermark to supported...formats Searching and removing text/image watermark in supported...

    blog.groupdocs.com/watermark/introducing-groupd...
  7. Advanced search certificate documents | GroupDocs

    This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....different options to search text data within the certificate...to make advanced search for text data within the certificate...

    docs.groupdocs.com/signature/net/advanced-searc...
  8. Verifying QR Code signatures in advance | Group...

     This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API....= true }, // specify text pattern Text = "John" , // specify...specify verification text pattern MatchType = TextMatchType . Contains...

    docs.groupdocs.com/signature/net/verify-qr-code...
  9. Supported Document Types | GroupDocs

    This section describes GroupDocs.Merger for Node.js via Java supported document types...Template Rich Text Format File OpenDocument Text Document OpenDocument...Template Microsoft OneNote Plain Text File Error Log File Comma Separated...

    docs.groupdocs.com/merger/nodejs-java/supported...
  10. Logging | GroupDocs

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....ParserSettings ( logger ))) { // Check if text extraction is supported if (...{ System . out . println ( "Text extraction isn't supported."...

    docs.groupdocs.com/parser/java/logging/