random1 Posted April 6, 2008 Share Posted April 6, 2008 Hi All, I'm wondering how to export files or HTML content into formats like .pdf, .doc, .odf, .zip etc. How is this done using PHP to then save the file on the server or as a download for users? Link to comment https://forums.phpfreaks.com/topic/99809-php-to-export-files/ Share on other sites More sharing options...
bozebo Posted April 6, 2008 Share Posted April 6, 2008 ultimately, php i capable of making any file type if the relevant addons and libraries are in place, you may have heard of the gd library for images (http://uk3.php.net/gd). as for zips, there are bult in functions described well here: http://www.w3schools.com/php/php_ref_zip.asp. I myself havn't done much of this but its usually easy enough to find examples and tutorials by googling. try: 'PHP Pdf creation' Link to comment https://forums.phpfreaks.com/topic/99809-php-to-export-files/#findComment-510488 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.