This is a discussion on Convert html to pdf with php within the PHP General forums, part of the PHP Programming Forums category; Does anyone know how to convert an HTML form to a pdf with php? -- Robert Burdo nuschooldesign.com...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
I think Imagemagick will do it.
Philip Thompson wrote: > 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 |
|
|||
|
Am Donnerstag, 20. März 2008 22:42:59 schrieb Robert Burdo:
> Does anyone know how to convert an HTML form to a pdf with php? Do you know "FPDF"? This can be a possibility. www.fpdf.org Kai -- Mit freundlichen Grüßen Kai Kauer Bruno - Taut - Ring 60 39130 Magdeburg Tel.: 0391 - 506 99 76 Mobil: 0171 - 498 17 62 web: http://www.spoekertier.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBH42dOvH/u9RGemjURAurVAKCb51ZBc/CJ1THBvtoYHn8N7aaCsgCeMtk5 ZVFjGnrueYBbo2NNl+PAnD0= =xYI9 -----END PGP SIGNATURE----- |