Fastest PDF generation in PHP?

后端 未结 6 2098
长发绾君心
长发绾君心 2021-01-12 04:18

I\'m attempting to generate some reports dynamically, very simple HTML tables with borders.

I\'ve tried TCPDF and it renders up to 400 rows just fine but anything mo

6条回答
  •  爱一瞬间的悲伤
    2021-01-12 04:37

    I don't know if these methods are the fastest, but they can certainly handle more than 20 pages.

    You could use latex in combination with php: http://www.linuxjournal.com/article/7870

    or Zend_Service_LiveDocx_MailMerge http://www.phphatesme.com/blog/webentwicklung/pdf-erzeugung-mit-dem-zend-framework/

提交回复
热议问题