Ok, I am new to the whole dynamic content creation, at least with regards to using PDFlib to do it, so here is my question. How would I take a template PDF file and use PHPlib to find and replace all instances of certain phrases in that file? Is this even possible? Once that has been done, what is the correct way to have it be output so it opens in the browser?
Thanks everyone
use PHP to replace text in a PDF file..
Hi Cruz
The manual is really very helpful with PDF functions: http://de3.php.net/manual/en/ref.pdf.php.
There are many articles on this topic, one of which is on this website (http://www.phpbuilder.com/columns/perugini20001026.php3)
HTH
Norm