Fastest PDF generation in PHP? -


i'm attempting generate reports dynamically, simple html tables borders.

i've tried tcpdf , renders 400 rows fine more (about 20 pages) can't handle it. dompdf can't that.

these reports can thousands of rows.

any idea on faster library or better plan of attack?

try php-wkhtml2x php extension. uses popular web engine webkit(chrome , safari uses that)


Comments

Popular posts from this blog

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

android - Spacing between the stars of a rating bar? -

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -