Page 1 of 1

Out to *.PDF

Posted: Wed Nov 27, 2002 6:42 pm
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?

Posted: Wed Nov 27, 2002 6:51 pm
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.

Posted: Thu Nov 28, 2002 2:38 am
by twigletmac
This may be of interest:
http://www.php.net/manual/en/ref.pdf.php

Mac