Page 1 of 1

Modifying pdf file using php

Posted: Fri Jun 01, 2007 4:15 pm
by arbel
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

Posted: Fri Jun 01, 2007 4:20 pm
by feyd
You're looking for something like FPDI

http://www.google.com/search?q=fpdi+pdf

Posted: Fri Jun 01, 2007 4:29 pm
by arbel
Hello,

thanks for the quick reply but I've looked over and I don't see how fpdi can achieve what I need.


Idan