writing to a PDF template

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ruth
Forum Newbie
Posts: 19
Joined: Wed Aug 07, 2002 9:24 pm
Location: Melbourne, Australia

writing to a PDF template

Post 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
Post Reply