Reputation:
I've been looking for useful PHP utility in order to provide PDF report from html&css. First I've tried FPDF which didn't work fine. Later I've tried MPDF, which was better then FPDF but still messed up and returned empty pages because it could hardly handle large chunks of html data.
Could you please recommend on a useful,easy to use and easy to implement PDF utility?
Thanks in advance
Upvotes: 0
Views: 127
Reputation: 9779
I've used TCPDF in the past and found it a lot better than FPDF.
It has functionality for HTML + CSS and lots of examples
Upvotes: 1
Reputation: 5397
you could use html2fpdf (based also on fpdf but extended for html support) but don't expect advanced css support
Upvotes: 0