Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Dompdf Alternatives
Similar projects and alternatives to Dompdf
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
browserless
Deploy headless browsers in Docker. Run on our cloud or bring your own. Free for non-commercial uses.
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
Snappy
PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage (by KnpLabs)
-
-
-
-
-
-
-
-
FPDF
FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs. (by Setasign)
-
FPDI
FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Dompdf discussion
Dompdf reviews and mentions
-
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.
-
A note from our sponsor - InfluxDB
influxdata.com | 29 Apr 2025
Stats
dompdf/dompdf is an open source project licensed under GNU Lesser General Public License v3.0 only which is an OSI approved license.
The primary programming language of Dompdf is PHP.