Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 10,923 for

text

(0.1 sec)
  1. Extract a text from images and PDFs | GroupDocs

    This article explains how to extract a Text from images and PDFs...extract a text from images and PDFs / Extract a text from images...images and PDFs Extract a text from images and PDFs Leave feedback...

    docs.groupdocs.com/parser/net/extract-text-from...
  2. Single Row in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row report in Text Document format. Single Row in Text Document Note This feature is supported by version 17.03 or greater. Reporting Requirement As a report developer, you are required to represent information of first single customer with the following key requirements: It must show Name and Contact Number of the customer Report must be generated in the Text Document Adding Syntax to be evaluated by GroupDocs....Single Row in Text Document Single Row in Text Document Leave...report in Text Document format. Single Row in Text Document Note...

    docs.groupdocs.com/assembly/net/single-row-in-t...
  3. Extract text by table of contents item | GroupDocs

    Learn how to extract Text by specific table of contents items using GroupDocs.Parser for .NET. Extract chapter content from Word documents, PDFs, and eBooks by TOC item in C#....usage / Working with text / Extract text by table of contents...contents item Extract text by table of contents item Leave feedback On...

    docs.groupdocs.com/parser/net/extract-text-by-t...
  4. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add Text watermarks to documents which may consists of pages, worksheets, slides or frames....Adding watermarks / Text watermarks Adding text watermarks Leave...feedback On this page Utilizing text watermarks is a savvy strategy...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  5. Adding text watermarks | GroupDocs

    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....watermarks / Adding text watermarks Adding text watermarks Leave...code snippet shows how to add text watermark to a document. If...

    docs.groupdocs.com/watermark/java/adding-text-w...
  6. Search text in Microsoft OneNote sections | Gro...

    This article explains that how to search Text from Microsoft OneNote sections presentations...Search text in Microsoft OneNote sections Search text in Microsoft...collection and get the position and text. Warning method returns null...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  7. Extract text from Microsoft Office Excel spread...

    To extract a Text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a Text from the entire document or a Text from the selected page. Here are the steps to extract a Text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a Text from reader. Warning getText method returns null value if Text extraction isn’t supported for the document....Excel spreadsheets / Extract text from Microsoft Office Excel...Excel spreadsheets Extract text from Microsoft Office Excel spreadsheets...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Adding text watermarks | GroupDocs

    Add Text watermarks to pages, worksheets, slides or frames using Python via .NET....Adding watermarks / Text watermarks Adding text watermarks Leave...feedback On this page Using text watermarks is an effective way...

    docs.groupdocs.com/watermark/python-net/adding-...
  9. Verify Text signatures in the document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....document for signatures / 🛡 Texts Verify Text signatures in the document...verification of Text signatures. Here are the steps to verify Text signature...

    docs.groupdocs.com/signature/net/verify-text-si...
  10. Queries in text and object form | GroupDocs

    This article gives the knowledge about two ways to create a search query: in Text or object form using Java search API..../ Queries in text and object form Queries in text and object form...query: in text or object form. A search query in text form is simpler...

    docs.groupdocs.com/search/java/queries-in-text-...