Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 10,681 for

text

(0.06 sec)
  1. 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...
  2. 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...
  3. Dynamic Insertion of Links to Bookmarks, Cells ...

    Document Automation (or document assembly) is widely used by organizations for their reporting services and GroupDocs.Assembly for .NET and Java APIs provide a complete package of features required to build reports dynamically. Keeping the modern trends in mind and to meet the emerging requirements of our customers, we keep introducing the new features. Recently, we have released the v19.11 of our document automation API with quite a useful set of features....[uri_or_bookmark_expression] [display_text_expression]>> The uri_or_bookmark_expression...Whereas, display_text_expression is the text to be displayed for...

    blog.groupdocs.com/assembly/net-java-document-a...
  4. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......using C# How to Sign PDF with Text Signature using C# How to Convert...to PPTX using Java How to Add Text Signature to DOCX using Java...

    kb.groupdocs.com/categories/page/30/
  5. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Latest Answers How to Extract Text from PDF using C# How to Render...using Java How to Sign JPEG with Text Signature using Java How to...

    kb.groupdocs.com/categories/page/28/
  6. GroupDocs.Annotation for Java

    This API allows you to digitally annotate any type of file format using Java language on any platform....Java Latest Answers Add Search Text Annotation to PDF using Java...in PDF using Java How to Add Text Redaction Annotation in PDF...

    kb.groupdocs.com/annotation/java/
  7. Editor- Error on loading word document - Free S...

    Hi, we got an error loading a Word file. We identify that the error is produced when the document contains a Textbox with specific layout options (with Text wrapping and in front of Text). groupdocs-editor.version: 23.…...options (with text wrapping and in front of text). groupdocs-editor...

    forum.groupdocs.com/t/editor-error-on-loading-w...
  8. GroupDocs.Parser 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....content including formatted text, images, annotations, form fields...multiple ways of extracting the text. However, extracting images...

    blog.groupdocs.com/categories/groupdocs.parser-...
  9. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method.... Markup ))) { // Check if text extraction is supported if (...{ System . out . println ( "Text extraction isn't supported."...

    docs.groupdocs.com/parser/java/loading-specific...
  10. 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...