HTML 2 PDF generation via WeasyPrint (Githubed)
WeasyPrint (Github) : is a nice python-based alternative to wkhtml2pdf.
Features are detailled here (CSS support, etc.) :
Starting with version 0.11, WeasyPrint passes the Acid2 test
$ sudo apt-get install python-dev python-pip python-lxml libcairo2 libpango1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info virtualenv $ cd /tmp $ sudo pip install virtualenv $ virtualenv --system-site-packages ./venv $ . ./venv/bin/activate $ pip install WeasyPrint $ weasyprint http://weasyprint.org /Apps/weasyprint-website.pdf
To uninstall (leaving virtualenv) :
$ deactivate









