Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 10,062 for

text

(0.14 sec)
  1. Extract hyperlinks from Microsoft Office Word d...

    This article explains that how to extract hyperlinks from Microsoft Office Word (.doc, .docx) documents... Hyperlink can contain a text: <hyperlink link= "www.google...method returns null value if text structure extraction isn’t supported...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  2. Extract attachments from PDF portfolios | Docum...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment Text from PDF Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....steps to extract an attachment text from PDF Portfolios: Instantiate...example shows how to extract a text from PDF Portfolios: // Create...

    docs.groupdocs.com/parser/java/extract-attachme...
  3. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Parser ( stream )) { // Extract a text into the reader try ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/java/load-document-fr...
  4. Change Title and Background Color Dynamically u...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard, we are excitedly announcing another monthly release of GroupDocs.Assembly for Java v17.12. Using the latest version, you can now change Text **background color **dynamically in word processing and email documents. You can also change chart axis title dynamically in word processing documents. Furthermore, you can **insert images and barcodes **dynamically in email messages (msg) with RTF body....version, you can now change text **background color **dynamically...<<[axis_title_expression]>> # Change text background color dynamically...

    blog.groupdocs.com/assembly/change-title-and-ba...
  5. Find and Replace in Word on GroupDocs Blog | Do...

    Find and Replace in Word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Find and Replace in Word on GroupDocs Blog | Document Automation Solutions fo......ersetzen oder verbergen Sie Text, Wörter und Sätze in Word DOC/DOCX-Dateien...C#. Schwärzen und führen Sie Text-, Groß-/Kleinschreibungs- und...

    blog.groupdocs.com/de/tag/find-and-replace-in-w...
  6. GroupDocs.Annotation 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....major annotation types like (Text, Area, Point, Watermark, Strikeout...annotation types (Highlight Text, Area Annotation, and Strikeout...

    blog.groupdocs.com/categories/groupdocs.annotat...
  7. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to extract Text based on templates, the results are fine but I want to use a single set of component in our application, as I am alread…...Product Family csharp , dotnet , text-parser , image-parser Niteen_Jadhav...Niteen_Jadhav June 13, 2025, 9:21am 38 text is not getting extracted when...

    forum.groupdocs.com/t/groupdocs-parser/15108
  8. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...information of the document: all texts from an original document are...rendered in a browser as real text, not images, while document...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  9. Introducing Support for Images in GroupDocs.Com...

    We have always been improving our APIs to meet the requirements of our customers. Therefore, today, we are announcing another monthly release of GroupDocs.Comparison for Java 17.3.0. API comes with multitude of new features like support for Images, metered licensing and many more. Aside this, many improvements and bug fixes are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document comparison experience....Shapes Add support of styles to text watermarks Add support for Apply/Discard...for Comments Add support for Text Box Add support of Apply/Discard...

    blog.groupdocs.com/comparison/introducing-group...
  10. Extract hyperlinks from document page | Documen...

    This article explains that how to extract hyperlinks from document page....Description The page that contains the text area. The rectangular area on...that contains the text area. The hyperlink text. The hyperlink URL...

    docs.groupdocs.com/parser/java/extract-hyperlin...