WeasyPrint
QuestPDF
WeasyPrint | QuestPDF | |
---|---|---|
52 | 72 | |
7,892 | 13,084 | |
1.5% | 1.3% | |
9.5 | 9.6 | |
8 days ago | 11 days ago | |
Python | C# | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
WeasyPrint
-
Lyon Drops Microsoft to Boost Digital Sovereignty
You can learn more about weasyprint on their website (https://weasyprint.org/ ). It's an open source Python package that can be launched using cli or from Python code.
-
plutoprint VS WeasyPrint - a user suggested alternative
2 projects | 19 Jun 2025
-
Show HN: PlutoBook – Fast, lightweight C++ library for generating PDF from HTML
This is interesting. So it's HTML -> PDF without using Chrome/Puppeteer etc.? Is that correct. It reminds me of https://weasyprint.org/
Weasyprint (by their own admission) have really struggled with a lot of bugs, which isn't surprising if you're allowing arbitrary HTML input - how are you getting on with that?
- Quarkdown: A modern Markdown-based typesetting system
-
Show HN: Vaev – A browser engine built from scratch (It renders google.com)
wkhtmltopdf is not chromium though? "Wk" literally stands for WebKit.
There's also https://weasyprint.org/ which doesn't use any browser engine, but rather a custom renderer.
And both of those (and Prince) can be used as a backend by Pandoc (https://pandoc.org/)
-
Converting Plotly charts into images in parallel
To create our PDF reports, we use a combination of Weasyprint, Jinja, and Plotly charts. To render a report as a PDF, we first have to render all graphs as images.
-
Using Pandoc and Typst to Produce PDFs
https://github.com/Kozea/WeasyPrint
> From a technical point of view, WeasyPrint is a visual rendering engine for HTML and CSS that can export to PDF. It aims to support web standards for printing. WeasyPrint is free software made available under a BSD license.
Hmm, I wonder if you could use servo for a similar purpose.
-
CSS Written in Pure Go
Also see a full web rendering engine (modern HTML+CSS the whole layout engine) made in pure Python, that can export to PDFs: https://github.com/Kozea/WeasyPrint
-
Launch HN: Onedoc (YC W24) – A better way to create PDFs
Is there a reason you didn't consider something like Weasyprint?
https://weasyprint.org
I've gone through a number of systems to convert CV's, business cards, and other docs and it hasn't let me down yet.
-
CSS for Printing to Paper
You don't _have_ to use a browser. I had very good results with Weasyprint [0]. And there's also PrinceXML [1] if you're willing to pay.
[0]: https://weasyprint.org/
QuestPDF
-
QuestPDF HTML to PDF C# Alternatives For .NET Developers
PDF (Portable Document Format) is widely used to save data or send data in a portable, secure format. When it comes to manipulating data into a PDF file or designing a document like an invoice, C# developers often turn to robust libraries. Two popular Libraries for these tasks are IronPDF and QuestPDF. In this article, we'll delve into how to use QuestPDF for HTML to PDF conversion and compare its features with those of IronPDF.
-
PDF Generation using QuestPDF in ASP.NET Core — Part 1
What is QuestPDF? QuestPDF is an open-source .NET library for PDF document generation. It uses a fluent API approach to compose together many simple elements to create complex documents.
-
How do you generate pdf files with charts?
QuestPDF looks really good (I haven't used it) but I believe they changed their license recently.
-
How to generate PDFs in react?
I used that same library it worked great the only issue I had was the users would often have to manually set the scaling to fit to a page. I'm sure I could've fixed this in other ways if I was more competent with CSS but ended up just switching to use https://github.com/QuestPDF/QuestPDF in a backend instead of doing everything in front end.
- Pdf export iz C# sa macOS
-
Any alternate for Crystal Reports ?
Give this a try: QuestPDF
-
QuestPDF will be dual licensed, no longer MIT only
I think you should ask these questions in related discussion on Github: https://github.com/QuestPDF/QuestPDF/discussions/491
-
Quick question on using an HTML path for PDF creation
May I introduce you to QuestPDF!
-
.NET Monthly Roundup - January 2023
➡️ James Newton-King ♔ on Twitter: "Coming in .NET 8: Route tooling for ASP.NET Core" / Twitter ➡️ Announcing .NET Community Toolkit 8.1 ➡️ Uno Platform 4.7 – New Project Template, Performance Improvements and more ➡️ C# Advent 2022 Awards | Cross Cutting Concerns ➡️ GitHub - QuestPDF ➡️ DNF Summit 2023 ➡️ .NET Frontend Day
-
HTML to PDF free library? .NET 6.0
Like many have suggested, I also cast my vote on QuestPDF. No more +50MB library including a Chrome browser to render HTML so a PDF of it can be created, which took 2-3 seconds each time. But with QuestPDF, it's so much faster!
What are some alternatives?
PyPDF2 - A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
PDFsharp - PDFsharp and MigraDoc Foundation for .NET 6 and .NET Framework
ReportLab
Microcharts - Simple, cross-platform chart library for .NET
WKHTMLToPDF - Convert HTML to PDF using Webkit (QtWebKit)
ScottPlot - Interactive plotting library for .NET