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

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

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -