few questions on pdf

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
minds_gifts
Forum Commoner
Posts: 63
Joined: Mon Feb 10, 2003 4:23 am

few questions on pdf

Post by minds_gifts »

Hello everybody,

I want to print the invoices using the pdf functionality.
Here are the points i would like to do .
1.I would like to design the template(report), say a text file.
2.Get the data from the database table.
3.Finally, i want to print it.

Exactly in the way we do the reports using ms-access.

I've read a tutorial and got some information about how to generate the pdf file and so on.
My question is mainly on how to call the template and get the data on to it.
Each customer details on one page and so on.Please tell me how should i proceed.

Many thanks
Post Reply