Hacker News new | ask | show | jobs
by sdeframond 3216 days ago
Nice work !

Depending on your use case, I feel like you guys might be interested in http://weasyprint.org/. It is an open source HTML to PDF converter written in Python. It passes the Acid2 test and implements CSS Paged Media.

2 comments

Always nice to discover another open source HTML rendering engine!

I recently discovered https://github.com/ArthurHub/HTML-Renderer formerly know as https://htmlrenderer.codeplex.com/

PDF generation [...] 100% managed (C#), High performance HTML Rendering library

WeasyPrint seems awesome. Going to prototype with it later! Thanks