[
https://issues.apache.org/jira/browse/PDFBOX-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Hewson updated PDFBOX-41:
------------------------------
Component/s: (was: PDModel)
Utilities
> Tool to create hyperlinks
> -------------------------
>
> Key: PDFBOX-41
> URL: https://issues.apache.org/jira/browse/PDFBOX-41
> Project: PDFBox
> Issue Type: New Feature
> Components: Utilities
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552835&aid=1144507
> Originally submitted by benlitchfield on 2005-02-19 12:09.
> There are many PDF documents that contain URLs but
> are not hyperlinks. Should create a tool which replaces
> them with clickable links.
> Ben
> [comment on SourceForge]
> Originally sent by parvins.
> Logged In: YES
> user_id=2029336
> Originator: NO
> Does this feature is supported in future releases?
> [comment on SourceForge]
> Originally sent by dukat.
> Logged In: YES
> user_id=950950
> Such a tool will be really useful.
> Some other feature of this tool coud be something like this.
> Create a link for each text that
> matches a specific regular expression.
> with a method signature like this
> createLinks(String regex,String url)
> Where regex is the matching regular expression
> and url is the url that should be set.
> So you can combine regex groups with the link.
> For example:
> A text conatins a ordernumber like
> 123456.01.002
> an you want a link like
> http://www.myshop.com/order.jsp?myproductid=123456&myid=01&page=002
> The regex ist something like
> ([0-9]{6})\\.([0-9]{2})\\.([0-9]{3})
> and the url something like
> http://www.myshop.com/order.jsp?myproductid=$1&myid=$2&page=$3
> bes regards Juergen
> [comment on SourceForge]
> Originally sent by nobody.
> Logged In: NO
> I agree!
> [comment on SourceForge]
> Originally sent by nobody.
> Logged In: NO
> Please please add such a tool! Hyperlinks are really needed!
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)