0
如何打印PDF文件與phpExcel包..文檔展示如何編寫的代碼一個xls文件:用phpexcel包寫PDF文件?
$response->headers->set('Content-Type', 'text/vnd.ms-excel; charset=utf-8');
$response->headers->set('Content-Disposition', 'attachment;filename=stdream2.xls');
這是工作,但我沒有想法如何寫一個PDF文件?
有什麼建議嗎?
下載phpexcel軟件包的地址是..http://knpbundles.com/liuggio/ExcelBundle – jpparedesm 2012-02-25 21:18:24