montgomery Posted April 14, 2008 Share Posted April 14, 2008 guys, is there an easy way to create a pdf with php? i have a page with 3 tables and want to convert this in a pdf. do i really need to install something like "fpdf" (fpdf.org)? in coldfusion this is so easy. you only need a specific tag. why is that so complicated in php? montgomery ps: i have php5 running Link to comment https://forums.phpfreaks.com/topic/101120-create-pdf-with-php/ Share on other sites More sharing options...
BlueSkyIS Posted April 14, 2008 Share Posted April 14, 2008 you don't 'install' php. it's just a class you can use. it's "hard" in php because they just want to make you mad. Link to comment https://forums.phpfreaks.com/topic/101120-create-pdf-with-php/#findComment-517151 Share on other sites More sharing options...
peranha Posted April 14, 2008 Share Posted April 14, 2008 There is a php_pdf.dll you can download and there are many tutorials if you search google for it. This is one site. http://www.devarticles.com/c/a/PHP/Use-PHP-to-Create-Dynamic-pdf-Files/ Link to comment https://forums.phpfreaks.com/topic/101120-create-pdf-with-php/#findComment-517164 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.