I have a client that wants to create a PDF from data in a database. How hard/complicated/tedious is this? Because this form is supposed to be a legal document. So you cant really print it right off of their website, because it will have the website address on the page. So I guess my only solution is to create a PDF on the fly.
How do I go about doing this?
Thanks.
dreamcatcher
8:18 pm on Oct 31, 2005 (gmt 0)
Hi,
The PHP Classes Repository has some ready made classes for PDF creation, so you may find something there that helps.