Out to *.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
Dr. PHP
Forum Newbie
Posts: 11
Joined: Sun Nov 24, 2002 8:46 am

Out to *.PDF

Post by Dr. PHP »

Does anyone know where I can find code or a general idea of how to output information from a MySQL database using PHP to an Acrobate *.PDF file?
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

I know zip formats are possible, also text files, so i don't see why not pdf's can't be. I don't know for sure but there is probubly a snipplet of the code that does here.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

This may be of interest:
http://www.php.net/manual/en/ref.pdf.php

Mac
Post Reply