I personal recommend command line application instead of any php libraries.
Reasons :
PHP libraries need more time and memory (cache) for conversion process
They need well formatted html pages only, otherwise through errors or warning
Not support for external style sheet.
Command Line Tool:
- If run your script on Linux server then I suggest command line tool.
Reasons :
They are extremely fast as compared to PHP libraries.
Support css.
Accept non well formatted html.
Which command line tool to use?
- wkhtmltopdf
- htmltopdf
- html2pdf
for more information refer http://stackoverflow.com/questions/1403820/html-to-pdf-not-pdf-to-html-in-php
