Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 4,658 for

text signature

(0.08 sec)
  1. GroupDocs.Signature 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....Signature for Java 17.5.0. This release...Optimize Words Signature Implementation for Text and Image types...

    blog.groupdocs.com/categories/groupdocs.signatu...
  2. Add text watermarks | Documentation

    This article explains how to add Text watermark when rendering documents with GroupDocs.Viewer within your Java applications....Signature Product Solution GroupDocs...Render documents / Add text watermarks Add text watermarks Leave feedback...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  3. Search text in EPUB eBooks | Documentation

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Signature Product Solution GroupDocs...eBooks / Search text in EPUB eBooks Search text in EPUB eBooks...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  4. Bulleted List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Text Document Note This feature is supported by version 17.04 or greater Creating a Bulleted List Practicing the following steps you can insert Bulleted List in a Text document. To add a bulleted list use • as a bullet for each element in the list....Signature Product Solution GroupDocs...Bulleted List in Text Document Bulleted List in Text Document Leave...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  5. Extract text from EPUB eBooks | Documentation

    To extract Text from EPUB e-books GetText and GetText(pageIndex) methods is used. These methods allow to extract Text from the entire document or a Text from the selected page. Raw mode is not supported for EPUB....Signature Product Solution GroupDocs...eBooks / Extract text from EPUB eBooks Extract text from EPUB eBooks...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. 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...
  7. 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...
  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. Numbered List in Text Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show the client names in a numbered list. Report must be generated in the Text document. Adding Syntax to be evaluated by GroupDocs....Signature Product Solution GroupDocs...Numbered List in Text Document Numbered List in Text Document Leave...

    docs.groupdocs.com/assembly/java/numbered-list-...
  9. Extract text from Microsoft OneNote sections | ...

    To extract a Text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a Text from the entire document or a Text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a Text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a Text from reader....Signature Product Solution GroupDocs...Extract text from Microsoft OneNote sections Extract text from Microsoft...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Extract text from HTML documents | Documentation

    To extract a Text from HTML documents GetText method is used. This method allows to extract a Text from the entire document. Pagination and raw mode is not supported for emails....Signature Product Solution GroupDocs...documents / Extract text from HTML documents Extract text from HTML documents...

    docs.groupdocs.com/parser/net/extract-text-from...