I have already Used Fpdf and dompdf. dompdf seems better But it cannot generate more than three Image . Is there any Library except dompdf which can convert a html file into pdf ??
Asked
Active
Viewed 620 times
0
-
Possible duplicate of [Export a web-page to a PDF with FPDF](http://stackoverflow.com/questions/14415370/export-a-web-page-to-a-pdf-with-fpdf/14415468#14415468) – Boaz Jan 26 '13 at 13:49
-
Have a look at: [Website screenshots using PHP](http://stackoverflow.com/q/757675/87015) – Salman A Jan 26 '13 at 13:55
-
possible duplicate of [Convert HTML + CSS to PDF with PHP?](http://stackoverflow.com/questions/391005/convert-html-css-to-pdf-with-php) – Kate Gregory Jan 26 '13 at 16:10
1 Answers
0
Yes. For a commercial product, I think hands down the best is Prince XML
For a free solution I've had a lot more luck with mPDF than with dompdf, probably because it's been around longer. Take a look at MPDF
There are a few others, but I think if you're already into this than those would be the best to explore and go from there.

jsuissa
- 1,754
- 6
- 30
- 64
-
Sure. The above comments are correct, there are a few answers that already cover this topic. I'd just add based on all that, personally I had the best experience with the two I mentioned. – jsuissa Jan 26 '13 at 16:47