Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 10,924 for

text

(0.29 sec)
  1. 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...
  2. 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...
  3. Updating Text signature with advanced options |...

     This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Updating documents / ✜ Text Updating Text signature with advanced...provides class to manipulate text signatures location, size and...

    docs.groupdocs.com/signature/net/updating-text-...
  4. Extract Text from Markdown Files using C# | Mar...

    Extract Text from Markdown Files using C#. Parser the mardown files within .NET applications using document parser API by GroupDocs....have a requirement to get the text extracted from various kinds...learn how to parse and extract text from Markdown files using C#...

    blog.groupdocs.com/parser/extract-text-from-mar...
  5. 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...
  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 PowerPoint p...

    To extract a Text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a Text from the entire presentation or a Text from the selected slide. Here are the steps to extract a Text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; 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....PowerPoint presentations / Extract text from Microsoft Office PowerPoint...PowerPoint presentations Extract text from Microsoft Office PowerPoint...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. 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-...
  9. Get source and target text from files | GroupDocs

    Learn how to read source and target Texts of detected changes using GroupDocs.Comparison for Python via .NET....and target text from files Get source and target text from files...access to the source and target text for each detected change. Get...

    docs.groupdocs.com/comparison/python-net/get-so...
  10. Extract formatted text from document page | Gro...

    This article explains that how to extract formatted Text from document page....Working with text / Working with formatted text / Extract formatted...formatted text from document page Extract formatted text from document...

    docs.groupdocs.com/parser/net/extract-formatted...