Jan wrote: > Hi! > > what's the best to convert xls to pdf (using PHP) ? > > maybe there is util (binary executable) xls2pdf i dont know about > which would help me as well ....
hi jan, i don't know, whether there is such a tool. but for your convertion it depends on what tool you got. as .xls is a microsoft excel file you either need to parse this file manually to get your cells and then put them to a pdf-file via a php-class or a php-extension. but i think its much easier to work with a com-extension and force microsoft excel to print your sheet to a vitual pdf-printer (i.e. acrobat) ciao SVEN -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php