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
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/