Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 9,909 for

text

(0.08 sec)
  1. Extract hyperlinks from document page area | Do...

    This article explains that how to extract hyperlinks from document page area....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...
  2. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract Text structure. Hyperlink can contain a Text: google.com Warning getStructure method returns null value if Text structure extraction isn’t supported for the document. For example, Text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null.... Hyperlink can contain a text: <hyperlink link= "www.google...method returns null value if text structure extraction isn’t supported...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  3. Locales for Output Document | Documentation

    This guide demonstrates how to edit RTL documents and specify locales for Word documents when using GroupDocs.Editor for Node.js via Java API....example, English and Spanish text, setting the locale to English...(“en-GB”) will mark the Spanish text as English too. As a result...

    docs.groupdocs.com/editor/nodejs-java/locales-f...
  4. 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...
  5. 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...
  6. Search Specific Word in Documents using C#

    Learn how to perform a full-Text search implementation in C# and search specific word in documents using C# with a straightforward approach in .NET applications.... Full-text search capabilities allow users...you can easily implement full-text search functionality that allows...

    kb.groupdocs.com/search/net/search-specific-wor...
  7. GroupDocs Newsletter November 2018 – .NET and J...

    Share this issue: Monthly NewsletterNovember 2018 Merge and Compare Business Documents of Same Format Documents Difference Checker APIs for .NET and Java GroupDocs.Comparison Product Family includes .NET and Java APIs to efficiently merge and compare all popular business document formats (Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML) for difference checking. The APIs support comparing Text contents, words, paragraphs, characters and style changes like font size, bold, italic etc....PowerPoint, OpenDocument ODT, PDF, Text and HTML) for difference checking... The APIs support comparing text contents, words, paragraphs...

    blog.groupdocs.com/total/groupdocs-newsletter-n...
  8. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (Text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....It is easy to extract data, text, images and use any GroupDocs...Here are the steps to extract a text from from zip entities: Instantiate...

    docs.groupdocs.com/parser/java/extract-data-fro...
  9. Get list of changes | Documentation

    This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for .NET.... Page: {1}, Change ID: {2}, Text: {3}" , change . Type , change...PageNumber , change . Id , change . Text ); } The result is as follows:...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  10. Render PDF documents as HTML and image files | ...

    Convert PDF files to HTML, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn basic rendering techniques....elements of an HTML page (including text, graphics, and stylesheets)...view ( viewOptions ) Render text as an image GroupDocs.Viewer...

    docs.groupdocs.com/viewer/python-net/render-pdf...