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

text

(0.14 sec)
  1. Extract Text from Markdown Files in Java | Mark...

    Extract Text from Markdown Files in Java. Parser the mardown files within Java applications using document parser API by GroupDocs....have requirements to extract text from various documents. We have...learn how to parse and extract text from the Markdown files in Java...

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

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

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Extract text from Microsoft Office Word documen...

    To extract a Text from Microsoft Office Word documents 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. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a Text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a Text from reader....Extract text from Microsoft Office Word documents Extract text from...Leave feedback To extract a text from Microsoft Office Word documents...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. Updating Text signature with advanced options |...

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

    docs.groupdocs.com/signature/java/updating-text...
  8. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....with Text signature - advanced Sign document with Text signature...specify additional options for text signature to specify following...

    docs.groupdocs.com/signature/java/sign-document...
  9. 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...
  10. 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...