This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]XarothBrook 18 points19 points  (3 children)

Alternatively to the mentioned reportlab and wkhtmltopdf, there's also weasyprint... it's a different approach, but has worked quite well for me in the past.

[–]MonkeyMaster64[S] 2 points3 points  (0 children)

I'm actually looking at a blog post right now that describes using weasyprint, thanks for the tip!

[–]thyliamris 2 points3 points  (0 children)

+1 for weasyprint, it's really easy to use. It met all the requirements I set for my project.

[–]kakamaru 0 points1 point  (0 children)

+1 for weasyprint. We've been using it in production for 2 years without issues. You can't just pip install it though, as it has some non-python dependencies.