Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 10,743 for

text

(0.44 sec)
  1. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....elements of an HTML page (including text, graphics, and stylesheets)...view ( viewOptions ); } Render text as an image GroupDocs.Viewer...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  2. 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...
  3. 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...
  4. Extract hyperlinks from document page area | Gr...

    Learn how to extract hyperlinks from specific page areas using GroupDocs.Parser for Python via .NET. Extract links from defined rectangular regions.... text } -> { link . url } " ) else...hyperlinks : print ( f " { link . text } : { link . url } " ) document...

    docs.groupdocs.com/parser/python-net/extract-hy...
  5. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for Python via .NET. Complete guide with code examples for table extraction.... text } \t " , end = "" ) print ()...in row . cells : cell_text = cell . text if cell else "" row_data...

    docs.groupdocs.com/parser/python-net/extract-ta...
  6. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET document c......Log Files performance printing Text Extraction API PDF Fix Version...font Add Image Watermark Add Text Watermark Add Watermark Confidential...

    blog.groupdocs.com/es/tags/index.xml
  7. Load document from local disk | GroupDocs

    Learn how to extract data from documents on the local disk...( filePath )) { // Extract a text into the reader using ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/net/load-document-fro...
  8. 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...
  9. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API... Text ); if ( shape . Image != null...Rounded shape found" ); //Write text on all Diagonal Corners Rounded...

    docs.groupdocs.com/watermark/net/existing-objec...
  10. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......of the document Subtitle #1 Text is normal, then bold, then italic...a subscript456. This part of text has a red background. These...

    docs.groupdocs.com/viewer/python-net/_sample_fi...