On Mar 20, 2008, at 4:42 PM, Robert Burdo wrote:
Does anyone know how to convert an HTML form to a pdf with php?


Have you STFW?  =D  http://www.google.com/search?q=php+html+to+pdf

I use dompdf. Unfortunately, the guy who created it isn't intending to upgrade it. Nonetheless, for most things, it does a good job - just send it the HTML.

I've also use fpdf before. If you really want to draw out the PDF yourself, this is the way to go. It's kinda tedious for me.

~Philip

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to