简体   繁体   中英

How can I generate multipages pdf from php script

How can I generate multipage PDF files from php loop, with a fixed header and footer in each page, and a table with multiple columns in the body of each pdf file ?

I have tried with zend_pdf, but I give up because I can't easily clone my header and footer in each page... an I get other problems with the tables...

Thanks for help.

DOM PDF is the php module I've used for this before. Maybe you will get better results from that.

http://code.google.com/p/dompdf/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM