Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 11,539 for

text

(0.07 sec)
  1. input.docx

    Some Text 1 Comment by Prokofjev Igor: First comment Prokofjev Igor Some Text 3 This is some «date» 9 2016-03-22T18:26:00Z 70 12.0000 1 14 Prokofjev Igor Profitgroup 14 2016-03-22T17:08:00Z 1 2016-......Some text 1 Comment by Prokofjev Igor: First comment Prokofjev...Prokofjev Igor Some text 3 This is some «date» 9 2016-03-22T18:26:00Z...

    docs.groupdocs.com/metadata/python-net/_sample_...
  2. 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...
  3. 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...
  4. Sign document with ordering the signatures | Gr...

    This article shows how to create electronic signatures with specific ordering on the document page...with Text signature This example shows how to add Text signature...true , Weight = 2 }, // set text color and Font ForeColor = Color...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Advanced search for Barcode signatures | GroupDocs

     This article explains how to make advanced search for Barcode electronic signatures with GroupDocs.Signature API....Code39Standard , // specify text match type MatchType = TextMatchType...Contains , // specify text pattern to search Text = "12345678" , //...

    docs.groupdocs.com/signature/net/advanced-searc...
  6. Upcoming Release of GroupDocs.Watermark for Java

    We are extremely excited to announce that GroupDocs.Watermark is coming soon to Java platform. It will be an easy to use back-end API for adding Text and image watermark to the popular document formats. GroupDocs.Watermark for Java will allow you to add watermarks that are hard to be automatically removed by third-party tools. The API also aims to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document....use back-end API for adding text and image watermark to the popular...features of the API include: Adding text/image watermark to supported...

    blog.groupdocs.com/watermark/upcoming-release-o...
  7. GroupDocs.Signature for Java

    This API allows you to digitally sign any type of file format using Java language on any platform....QR Code using Java How to Add Text Signature to RTF using Java...using Java How to Sign JPEG with Text Signature using Java How to...

    kb.groupdocs.com/signature/java/
  8. GroupDocs.Signature for .NET

    This API allows you to digitally sign any type of file format using .NET and C# language on any platform....QR Code using C# How to Add Text Signature to RTF using C# How...using C# How to Sign JPEG with text signature using C# How to Sign...

    kb.groupdocs.com/signature/net/
  9. 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...
  10. 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...