Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 1,793 for

text signature

(0.09 sec)
  1. Adding text watermarks | Documentation

    Following code snippet shows how to add Text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_Text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Signature Product Solution GroupDocs...watermarks / Adding text watermarks Adding text watermarks Leave...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows to add Text watermarks to documents which may consists of pages, worksheets, slides or frames....Signature Product Solution GroupDocs...Adding watermarks / Text watermarks Adding text watermarks Leave...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  3. Common List Image in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show multiple managers’ picture and name. Report must be generated in the Text Document format. Adding Syntax to be evaluated by GroupDocs....Signature Product Solution GroupDocs...List Image in Text Document Common List Image in Text Document Leave...

    docs.groupdocs.com/assembly/java/common-list-im...
  4. Extract a text from images and PDFs | Documenta...

    This article explains how to extract a Text from images and PDFs...Signature Product Solution GroupDocs...extract a text from images and PDFs / Extract a text from images...

    docs.groupdocs.com/parser/net/extract-text-from...
  5. Add text or image watermark | Documentation

    This article shows how to add watermark and save resultant document. It is capable to add watermark to image or documents....Signature Product Solution GroupDocs...Basic Usage / Add text or image watermark Add text or image watermark...

    docs.groupdocs.com/watermark/java/add-text-or-i...
  6. Getting document text in network | Documentation

    This page contains information about getting document Text in the search network....Signature Product Solution GroupDocs...Getting document text in network Getting document text in network Leave...

    docs.groupdocs.com/search/net/getting-document-...
  7. Extract text by table of contents item | Docume...

    This article explains that how to extract Text by table of contents item....Signature Product Solution GroupDocs...usage / Working with text / Extract text by table of contents...

    docs.groupdocs.com/parser/net/extract-text-by-t...
  8. Numbered List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Numbered List in Text Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: The report must show the products in the numbered list....Signature Product Solution GroupDocs...Numbered List in Text Document Numbered List in Text Document Leave...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  9. Extract text from Microsoft Office PowerPoint p...

    This article explains that how to extract Text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Signature Product Solution GroupDocs...PowerPoint presentations / Extract text from Microsoft Office PowerPoint...

    docs.groupdocs.com/parser/net/extract-text-from...
  10. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and Text. Warning search(String) method returns null value if search isn’t supported for the document....Signature Product Solution GroupDocs...Search text in Microsoft Office Word documents Search text in Microsoft...

    docs.groupdocs.com/parser/java/search-text-in-m...