WKHTMLToPDF
Convert HTML to PDF using Webkit (QtWebKit) (by wkhtmltopdf)
Dompdf
HTML to PDF converter for PHP (by dompdf)
WKHTMLToPDF | Dompdf | |
---|---|---|
57 | 17 | |
12,952 | 10,678 | |
- | 1.0% | |
4.3 | 7.6 | |
about 2 years ago | 5 days ago | |
C++ | PHP | |
GNU Lesser General Public License v3.0 only | GNU Lesser General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
WKHTMLToPDF
Posts with mentions or reviews of WKHTMLToPDF.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-23.
-
Job Adventures - PDF generation | Jun 2024
Some of those problems I had in the past, but at the time I was just rendering tables for a financial report. The main problem I remember having was the CSS part and the long generation time. Because I was not implementing the styling at the time, the CSS part was not really my problem, and I am sure wicked_pdf provides some default styles to help in this part. The long processing times were a problem because we were generating pdfs with over 100 pages, this process would take about 5 min and would get worse if more pdfs were being requested in parallel. I can’t remember what the solution was at the time but I think we ended up generating some pdfs in the background and sending them by email when ready. The wicked_pdf gem uses an instance of https://github.com/wkhtmltopdf/wkhtmltopdf under the hood. This causes problems because it can only generate pdfs one by one. The solution would probably be having a dedicated service that would orchestrate multiple wkhtmltopdf instances.
- Show HN: CLI for generating beautiful PDF for offline reading
-
Working with PDFs in Ruby
We’ll start with the WickedPDF gem, which is powered by the wkhtmltopdf command-line library.
-
Any good tutorials for working with pdfs in Rust?
The only “sane” way I’ve found to be able to deal with pdfs is through this tool https://wkhtmltopdf.org/
-
Batch saving webpages to PDFs? (Sub wiki page deleted)
wget + https://wkhtmltopdf.org/
-
Get attributes from another session without loading that session
Thanks for the suggestion! KnpSnappyBundle was my initial way to go as well, but my pages use quite some Javascript (chartJs) to render and I couldn’t get wkhtmltopdf to work with it. As it seems wkhtmltopdf does not support ES6 https://github.com/wkhtmltopdf/wkhtmltopdf/issues/3596 so I was forced to find another way.
-
Open Source Tool to create a PDF structure via coding?
wkhtmltopdf — Generates PDFs from HTML documents.
-
Fixed width tables in PDFs
Of the HTML-based pdf-engines pandoc supports, prince would have the best typography, but I don't like recommending Prince because it's proprietary and costs money. (I try to stick to open source when I can.) wkhtmltopdf is the fastest, but uses a pretty old codebase, and doesn't even support paged/print css. weasyprint is a little better in my experience, but still has a ways to go typographically. pagedjs-cli is just a wrapper around headless Chrome/Chromium, and while Chrome has made improvements with regard to typography, Google turns off some of those features (e.g., hyphens) in headless mode, which is annoying.
-
Is there a command line program to convert web pages into readable markdown/htm/pdf format? preferably markdown
Concerning pdf there is the well known wkhtmltopdf , but let me say that I love the not so well known percollate
-
LaTex alternative/replacement written in Rust?
Did you try wkhtmltopdf and WeasyPrint, by any chance?
Dompdf
Posts with mentions or reviews of Dompdf.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-04-05.
-
Intro to DOMPDF - lightest and simplest PHP library to generate PDF documents
Generating PDF documents out of your app's HTML output is a very common requirement and there are several open source libraries to accomplish this. I came across this need for my project recently and I evaluated many popular ones such as TCPDF, mpdf, FPDF, etc. But the one that truly stood up to my evaluation in terms of efficiency (minimal footprint) and ease of implementation was DOMPDF.
-
Dompdf as a Phar
I am using Dompdf to create my pdf. However, I want the Dompdf project into a reusable phar. How do I do that? Do I need to leave the dependencies in the project, or can I put them into their own phar? I just want the breakdown on how to easily do this from scratch.
-
Modern PDF library (no html)
A middle ground is dompdf, an HTML to PDF converter made in PHP. It isn't full HTML/CSS compatible, but is good enough in most cases.
-
Wordpress budget hosting with ability to install php libraries?
To use it, you will just need to import it to your application (usually using composer). The Github repo has full installation instructions: https://github.com/dompdf/dompdf
- De HTML a PDF
-
Best way to create a pdfs (Recommend a library)
I normally first make a HTML page, then use https://github.com/dompdf/dompdf to make it as a PDF.
-
User editable PDF document + email sign up to download edited PDF
Not a plugin, but I have used this for creating PDF's dynamically. Within wordpress.
- So... no fonts for DomPDF?
- Smarty to PDF?
-
API-driven dynamic PDF generator.
This is what I did. I just coded a little PHP script that lets me select templates and add pages, and type in markdown, and that gets wrapped in a pre-defined template and piped to a preview page. I have a print button to print to PDF, and an edit button to make changes. I could send it through something like dompdf if I didn't want to deal with browser quirks.
What are some alternatives?
When comparing WKHTMLToPDF and Dompdf you can also consider the following projects:
TCPDF - Official clone of PHP library to generate PDF documents and barcodes
mPDF - PHP library generating PDF files from UTF-8 encoded HTML
DinkToPdf - C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
Snappy - PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage
WeasyPrint - The awesome document factory
PHPPdf - Pdf and graphic files generator library written in php
jsPDF - Client-side JavaScript PDF generation for everyone.
puppeteer - JavaScript API for Chrome and Firefox
browsershot - Convert HTML to an image, PDF or string