Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 10,244 for

text

(0.06 sec)
  1. Extract hyperlinks from document page area | Gr...

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

    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...
  4. Using Markdown Documents | GroupDocs

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format Text on the web with plain Text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....used to format text on the web with plain text formatting syntax...Markdown is a writing format. The text files created with Markdown...

    docs.groupdocs.com/assembly/java/using-markdown...
  5. Highlight PDF with Annotations using C# | Annot...

    Highlight Text in PDF with highlight annotations using C#. Document and image annotation .NET API allows to Annotate PDF files by highlighting any area....will learn how to highlight text and any area in PDF files using...using this API to highlight text in the PDF file in the example...

    blog.groupdocs.com/annotation/highlight-pdf-wit...
  6. Detect Documents Encoding using GroupDocs.Searc...

    Like every month, team GroupDocs has released another version of the API and implements a number of new features and improvements in this monthly release. The latest version i-e 17.9.0 includes features like storing the Text of documents during indexing, filtering files before indexing, encoding detection of Text files etc. Not only this the API has also added support for CHM documents to the list of supported document formats. The API has removed some of the obsolete methods in this release as well....includes features like storing the text of documents during indexing...indexing, encoding detection of text files etc. Not only this the...

    blog.groupdocs.com/search/groupdocs.search-for-...
  7. compare two files using java on GroupDocs Blog ...

    compare two files using java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two files using java on GroupDocs Blog | Document Automation Solu......Java Developers เปรียบเทียบไฟล์ Text, Word และ PDF กับ Java Difference...Difference Library เปรียบเทียบไฟล์ Text, Word, PDF และเอกสารอื่นๆ โดยใช้...

    blog.groupdocs.com/th/tag/compare-two-files-usi...
  8. Integrate Watermarking in Node.js Applications

    Follow our guide to easily implement watermarking in your Node.js projects with feature-rich GroupDocs.Watermark for Node.js API....Key Features Use Cases Adding Text Watermark Adding Image Watermark...more. Text and Image Watermarks : Easily apply both text and image...

    blog.groupdocs.com/watermark/integrate-watermar...
  9. Output4Worksheets-without-delete.xlsx

    Sheet1 Click me javascript:alert('xss') Sheet4 First row it is visible always Вид - Закрепить области - Закрепить верхнюю строку Edited 2nd row at 1st column 3rd row 4th row 5th row 6th row 7th row......very long text that definitely does not fit into it Text in 3rd...also does not fit 6th cell with text, while previous two are empty...

    docs.groupdocs.com/editor/net/sample-files/Outp...
  10. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a Text into the reader try (TextReader reader = parser.getText()) { // Print a Text from the document // If Text extraction isn't supported, a reader is null System....( filePath )) { // 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...