Page 1 of 1

writing to a PDF template

Posted: Wed Mar 12, 2003 5:55 pm
by ruth
Hello everyone,
I am working on a php database application. The application generates data that goes to a PDF report template. Now I am having difficulties to write to the template. In the template, there are some space holders like "##name##", "##date##" and etc. Because the template is PDF file, I can not simply replace the holders with the data. It will be very helpful if some one there could tell me how to replace the PDF holders using PHP? Or point me a right direction for any examples or tutorial.

Thank you very much in advance.

Ruth