Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 10,681 for

text

(0.92 sec)
  1. Render Layouts of CAD Document using GroupDocs....

    We are happy to announce that GroupDocs.Viewer for .NET 17.4.0 is available for download. This version allows you to access and render layouts in a CAD document. We have also introduced the option to specify Text Overflow modes when rendering cells document into HTML. Furthermore, 15 improvements and fixes have significantly enhanced the performance of the API. For a complete list of new features, improvements, and changes in the API, please read our release notes....introduced the option to specify Text Overflow modes when rendering...layouts in CAD documents Managing text overflow mode when rendering...

    blog.groupdocs.com/viewer/releasing-groupdocs.v...
  2. Use All Highlight Extraction Modes with Search ...

    Team GroupDocs is really delighted to announce the monthly release of version 17.02.0 of the GroupDocs.Text for .NET API. This version comes up with a number of new features along with an enhancement related to using highlight extraction modes with search functionality. GroupDocs.Text for .NET API has improved the search functionality by adding the ability to search for some Text using regular expression and searching a whole word. What’s more exciting is the addition of features dealing with the extraction of highlighted Text in documents....Text for .NET API. This version comes...search functionality. GroupDocs.Text for .NET API has improved the...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  3. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: 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 obtain Parser object to extract a Text....the steps to extract an email text from email attachments: Instantiate...and obtain object to extract a text. The following example shows...

    docs.groupdocs.com/parser/java/extract-attachme...
  4. Load document from stream | GroupDocs

    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...
  5. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET.... id } , Text: { change . text } " ) 🔹 Use case: Build...Id: { change . id } , Text: { change . text } " ) 🔹 Use case: Integrate...

    docs.groupdocs.com/comparison/python-net/get-li...
  6. 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
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...major annotation types like Text, Area, Point, Watermark and...features in Front End for GroupDocs.Text for .NET API. In this new release...

    blog.groupdocs.com/groupdocs.blog/page/80/
  8. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....collection of and get a cell text value. The following example...Print the cell information and text value Console . WriteLine (...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  9. Strikeout Option and PNG, BMP Formats - introdu...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.5.0 API with Three new features like adding Strikeout option for deleted/style change in words format, also adding support for PNG, JPG and BMP file formats.This monthly release is adding Six improvements like “Improve comparison of Text & Imaging formats” and ” Add styles change detection for Comparison.Imaging (height, width)” along with fixes. Detailed information is listed below....like “Improve comparison of Text & Imaging formats” and ” Add...Strikeout option for deleted/changed text in words comparison Improved...

    blog.groupdocs.com/comparison/strikeout-option-...
  10. GroupDocs.Parser for Python via .NET | GroupDocs

    GroupDocs.Parser for Python developer documentation. Learn how to extract Text, images, tables, and metadata from PDF, DOCX, XLSX, and 50+ document formats using Python....provides the ability to extract text, images, metadata, tables, and...as well as raw and formatted text extraction modes. The library...

    docs.groupdocs.com/parser/python-net/