↧
Python – Install WeasyPrint on a linux (Webfaction) server
WeasyPrint is a great python library to generate PDFs from HTML. It beats hands down xhtml2pdf, by interpreting CSS and HTML the right way. However, it has a lot of dependencies and it just can’t fit...
View Articledjango-wkhtmltopdf on a linux (Webfaction) server
Generating PDF with python is not an easy thing. Here is what I’ve tried: xhtml2pdf: the worst. It has a very bad CSS interpreter and it is pretty impossible to make a clean PDF out from a complex html...
View Article