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

text

(1.03 sec)
  1. 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...
  2. Find and Remove Watermarks from Documents in Java

    Java API to find and remove Text and image watermarks from documents like PDF, Word, Excel, PowerPoint, and Visio files programmatically....for a way to find and remove text or image watermarks from PDF...for Java API supports adding text and image watermarks to a wide...

    blog.groupdocs.com/watermark/find-and-remove-wa...
  3. Dynamic Insertion of Hyperlinks in Documents us...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation and Email documents. Furthermore, a bug related to DocumentAssembler is now fixed. We recommend you to install the latest version of the API for a better user experience. Features Introduced Using GroupDocs.Assembly for Java 18.7, you can now insert hyperlinks to your reports dynamically using link tags....<<link [uri_expression][display_text_expression]>> Here, uri_expression...In turn, display_text_expression defines text to be displayed...

    blog.groupdocs.com/assembly/dynamic-insertion-o...
  4. GroupDocs.Viewer for Java 26.3 – March 2026 Rel...

    GroupDocs.Viewer for Java 26.3 fixes critical rendering bugs, improves performance, and adds new slide placeholder options—now available via Maven....VIEWERNET‑4964 Bug Malformed text during saving PDF to HTML when...VIEWERNET‑5024 Bug PDF to HTML: Text not converted correctly VIEWERNET‑5514...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  5. sign_pdf_with_text_signature.zip

    demo-app/hello_world.py import groupdocs.signature as gs import groupdocs.signature.options as gso import sys import os def run(): license = gs.License() license.set_license("./GroupDocs.Signature.......file_name) # Sign document with text signature. with gs.Signature(sample_pdf)...Signature(sample_pdf) as signature: text_sign_options = gso.TextSignOptions("Hello...

    docs.groupdocs.com/signature/python-net/_sample...
  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...