I am trying to edit a PDF file using a php script.
I already have the pdf template with just a string to substitute. This string is <<name>>.
In the php script I am using str_replace () but to substitute the string <<name>> with a variable which contains my name, but it does not change anything on the template.
I do not want to use PDFlib or similar, I prefer stay on the open source side.
I am trying to edit a PDF file using a php script.
I already have the pdf template with just a string to substitute. This string is <<name>>.
In the php script I am using str_replace () but to substitute the string <<name>> with a variable which contains my name, but it does not change anything on the template.
I do not want to use PDFlib or similar, I prefer stay on the open source side.
Any idea?
Many thanks!
It is strange PDFlib at PECL is not really free. I still thot pecl.php.net is like Perl CPAN where you can find free modules to use.
Bookmarks