Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 4,672 for

text signature

(0.06 sec)
  1. Add underline annotation | Documentation

    The page describes how to add an underline annotation to a document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...Annotation allows you to underline text as shown in the picture below:...

    docs.groupdocs.com/annotation/java/add-underlin...
  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....Signature Product Family GroupDocs.Metadata...using Node.js Converting plain text files into professional, printable...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  3. 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....Signature Product Solution GroupDocs...use segments of pre-existing text and/or data to assemble a new...

    docs.groupdocs.com/assembly/java/introducing-gr...
  4. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Signature Product Solution GroupDocs...metadata Plain text Content and metadata Open Document Text Content...

    docs.groupdocs.com/search/net/supported-documen...
  5. 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....Signature Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/java/extract-images-f...
  6. 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....Signature Product Solution GroupDocs...openParser ()) { // Extract the email text try ( TextReader reader = emailParser...

    docs.groupdocs.com/parser/java/extract-emails-f...
  7. Add watermarks to spreadsheet documents | Docum...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....Signature Product Solution GroupDocs...xlsx" , loadOptions )) { // Add text watermark to the first worksheet...

    docs.groupdocs.com/watermark/net/add-watermarks...
  8. Add watermarks to spreadsheet documents | Docum...

    Adding watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet....Signature Product Solution GroupDocs...xlsx" , loadOptions ); // Add text watermark to the first worksheet...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. Add watermarks to diagram documents | Documenta...

    Adding watermark to all pages of a particular type Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps. Load the document Create and initialize watermark object Set watermark properties Add watermark by specifying page type using setPlacementType() method of DiagramShapeWatermarkOptions Save the document Following code shows how to add watermark to a particular type of the pages....Signature Product Solution GroupDocs...loadOptions ); // Initialize text watermark TextWatermark textWatermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Inserting Hyperlinks Dynamically | Documentation

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <Text_expression]>> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value. In turn, display_Text_expression defines Text to be displayed for the hyperlink....Signature Product Solution GroupDocs...<<link [uri_expression][display_text_expression]>> Here, uri_expression...

    docs.groupdocs.com/assembly/java/inserting-hype...