SaaSHub helps you find the best software and product alternatives Learn more →
WeasyPrint Alternatives
Similar projects and alternatives to WeasyPrint
-
QuestPDF
QuestPDF is a modern open-source .NET library for PDF document generation. Offering comprehensive layout engine powered by concise and discoverable C# Fluent API. Easily generate PDF reports, invoices, exports, etc.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
PyPDF2
A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
-
PDFMiner
Python PDF Parser (Not actively maintained). Check out pdfminer.six.
-
gotenberg
A developer-friendly API for converting numerous document formats into PDF files, and more!
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
pymorphy2
Morphological analyzer / inflection engine for Russian and Ukrainian languages.
-
-
pdftabextract
A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.
-
-
-
Pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
-
typst
A new markup-based typesetting system that is powerful and easy to learn.
-
-
mintable
🍃 Automate your personal finances – for free, with no ads, and no data collection.
-
-
-
buttplug-rs
Rust Implementation of the Buttplug Sex Toy Control Protocol
-
invoice-dragon
Open source application for creating free invoices and receipts
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
WeasyPrint reviews and mentions
-
Show HN: Invoice Dragon – An Open Source App to Create PDF Invoices for Free
For Python there is Weasyprint: you prepare the invoice as an HTML document, and Weasyprint turns it into a PDF
-
The Gemini protocol seen by this HTTP client person (curl dev)
Well yes, but you can implement HTML+CSS. WeasyPrint did from scratch, and independent implementations of HTML+CSS are considerably more numerous than HTML+CSS+JS.
-
Library to convert HTML to pdf in Golang
In a recent project I used https://github.com/Kozea/WeasyPrint/ it is written in python, so you will need to use it like so:
-
RE: If you had to pick a library from another language (Rust, JS, etc.) that isn’t currently available in Python and have it instantly converted into Python for you to use, what would it be?
You should maybe check out weasyprint. https://weasyprint.org/
-
Render PDF with Python
If you plan to create a PDF document from scratch, there are two methods to consider: RML and WeasyPrint. RML is an XML markup language, while WeasyPrint employs HTML/CSS markup. Both are capable of being converted into PDF.
- Best solution for generating pdf documents from templates
-
Typst, a modern alternative to LaTeX, is now open source
If you don't have high typesetting needs, maybe WeasyPrint fits your use case.
- Laying Out a Print Book with CSS
-
QuestPDF will be dual licensed, no longer MIT only
If you have slightly complex documents, give Weasyprint a try, unlike WkHtmlToPdf it support most of CSS Paged Media (friendlier site) which is pretty much mandatory as you get stuff like a proper TOC, running numbers, margins, page breaks etc.
-
QuestPDF: Modern .NET library for PDF document generation
The Paged Media spec on counters and counter-resets paints implementations into a corner. They can't both comply with the spec and implement page count resets on page breaks. This has been a known issue with the spec since 2013[1][2] and been a thorn in implementations since.[3]
1: https://www.w3.org/Style/CSS/Tracker/issues/334
2: https://github.com/w3c/csswg-drafts/issues/4760
3: https://github.com/Kozea/WeasyPrint/issues/93#issuecomment-4...
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9b6e3eb0>
www.saashub.com | 9 Dec 2023
Stats
Kozea/WeasyPrint is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of WeasyPrint is Python.