Forum Moderators: coopster
You can create PDF files programmatically from PHP.
See [edit]* link deleted *[/edit] for one such way.
I haven't done it in php myself, but the code looks simple enough.
[edited by: ergophobe at 9:16 pm (utc) on Aug. 6, 2004]
[edit reason] as per TOS [webmasterworld.com] [/edit]
For small PDFs, it's a great way to create custom printable material. But very large PDF files take a lot of server resources to compile... You should consider caching or pre-processing.
The FPDF site has a few examples that can get you started. If you need others, sticky me and I'll send some sample code so you can see how it's done.
good luck!
[pear.php.net...]
[sourceforge.net...]
Tom