Modifying pdf file using php
Posted: Fri Jun 01, 2007 4:15 pm
Hello,
I'd like to edit a pdf file using php, whant I need to achieve is to change some of the hypertext links in the document dynamically so if there's this line of text:
"Hello world"
and it's a link with this address: http://www.text.com
I want to change it to http://www.text.com/2
I've been searching the php libraries but I couldn't find how to do this, if any one can help me it will be very great!
Regards,
Idan
I'd like to edit a pdf file using php, whant I need to achieve is to change some of the hypertext links in the document dynamically so if there's this line of text:
"Hello world"
and it's a link with this address: http://www.text.com
I want to change it to http://www.text.com/2
I've been searching the php libraries but I couldn't find how to do this, if any one can help me it will be very great!
Regards,
Idan