Live data from Hacker News

Show HN: PlutoPrint – Generate PDFs and PNGs from HTML with Python

github.com

11–20 of 51 posts

Re: Show HN: PlutoPrint – Generate PDFs and PNGs from HTML with Python

#11
post #2

How does it differ from https://weasyprint.org ?

WeasyPrint is great, but PlutoPrint takes a different angle: the engine is all C++, so it’s faster and lighter on memory. It can render directly to PNG as well as PDF, and has stronger SVG support.

PlutoBook looks very impressive. Is it based on another renderer?

Re: Show HN: PlutoPrint – Generate PDFs and PNGs from HTML with Python

#15
post #13

Might need this wkhtmltopdf being bound to bookworm

I’m also looking at this as a replacement for wkhtmltopdf as well. I had reimplemented with Puppeteer, but it’s very ram heavy for the 200-500 page PDFs I generate. I’m hoping this renders what I need properly.

Re: Show HN: PlutoPrint – Generate PDFs and PNGs from HTML with Python

#17
post #8

It would be great if you could run it against the tests at https://www.print-css.rocks/ They would give a much better idea of its complex printing capabilities.

It should be required to run these tests for these libraries. It's really frustrating to have to discover it trying to make it work.
Post reply on HN