Pandolfo Posted December 1, 2006 Share Posted December 1, 2006 Hey everyone,I'm trying to find a way to create pdf files from xml. Or even better, convert an excel spreadsheet to a pdf. I haven't found anything yet and thought i'd ask here. I currently have a script which will generate html from an excel sheet saved as xml, but it's terribly slow when displaying any moderatley sized worksheet. Any ideas, even a point in the right direction would be great.Thanks! Link to comment https://forums.phpfreaks.com/topic/29119-using-php-to-create-pdf-files/ Share on other sites More sharing options...
CheesierAngel Posted December 1, 2006 Share Posted December 1, 2006 You could use some PEAR packages for that:- [url=http://pear.php.net/search.php?q=PDF&in=packages&x=0&y=0]http://pear.php.net/search.php?q=PDF&in=packages&x=0&y=0[/url] Link to comment https://forums.phpfreaks.com/topic/29119-using-php-to-create-pdf-files/#findComment-133468 Share on other sites More sharing options...
obsidian Posted December 1, 2006 Share Posted December 1, 2006 One of the best resources I know for PDF generation is the [url=http://www.fpdf.org/]FPDF Library[/url]Very nice tool. Plus, it's a standalone library, so you don't have to have anything else with it. Link to comment https://forums.phpfreaks.com/topic/29119-using-php-to-create-pdf-files/#findComment-133477 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.