Alicia Posted February 15, 2008 Share Posted February 15, 2008 Hi, Can somebody give me an idea how can I actually convert a web page content (content fetch from MySQL db - with while loop) to a pdf file? I found fpdf but it doesnt seem to work. Anyone has experience creating pdf file by using MYSQL PHP ? p.s = content consists of image and text please advise.. thanks Link to comment https://forums.phpfreaks.com/topic/91217-creating-pdf-file/ Share on other sites More sharing options...
PHP Monkeh Posted February 15, 2008 Share Posted February 15, 2008 Check out the PDFLib() class at http://uk2.php.net/manual/en/ref.pdf.php The examples and comments on the page should cover everything you need to know Link to comment https://forums.phpfreaks.com/topic/91217-creating-pdf-file/#findComment-467508 Share on other sites More sharing options...
Alicia Posted February 15, 2008 Author Share Posted February 15, 2008 yup.. i did read about that but i am looking for something that I dun have to pay and no installation required.. anyone can advise on this? Link to comment https://forums.phpfreaks.com/topic/91217-creating-pdf-file/#findComment-467526 Share on other sites More sharing options...
aschk Posted February 15, 2008 Share Posted February 15, 2008 I know of no application that you won't have to install/compile/or modular include on your system in order to get it to work for PHP for free. Unless you want to examine the source of PDFLib and write your own bits and bytes you're going to have to compile in PDFLib into your PHP installation. Link to comment https://forums.phpfreaks.com/topic/91217-creating-pdf-file/#findComment-467567 Share on other sites More sharing options...
Alicia Posted February 15, 2008 Author Share Posted February 15, 2008 actually there are few but it doesnt work as I expected... thanks anyway.. Link to comment https://forums.phpfreaks.com/topic/91217-creating-pdf-file/#findComment-467691 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.