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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -