Skip to content

Commit 1fbaa8b

Browse files
committed
Updated PDF generation article for Dompdf 3.0
1 parent 873b30f commit 1fbaa8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2019-01-11-picking-a-php-tool-to-generate-pdfs.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Picking a PHP tool to generate PDFs (2024 update)"
44
date: 2019-01-11 17:00:00 +0100
5-
last_modified_at: 2024-03-23 20:00:00 +0100
5+
last_modified_at: 2024-05-17 20:00:00 +0100
66
description: "Comparison of HTML to PDF conversion tools: mPDF, TCPDF, Dompdf, typeset.sh, wkhtmltopdf, Headless Chrome, WeasyPrint and Prince."
77
excerpt: I spent a lot of time working with different tools to generate PDF files, mainly invoices and reports. Some of these documents were really sophisticated, including multi-page tables, colorful charts, headers and footers. I tried generating documents by hand and converting HTML to PDF, or even LaTeX to PDF.
88
image: /assets/generating_pdf_files.jpg
@@ -67,7 +67,7 @@ To give you some idea of what to expect from above libraries, I compiled **a com
6767
</figure>
6868
<figure class="image">
6969
<img src="/assets/invoice-dompdf.png" width="370" height="480" alt="Invoice rendered by Dompdf">
70-
<figcaption>Dompdf 2.0.4</figcaption>
70+
<figcaption>Dompdf 3.0.0</figcaption>
7171
</figure>
7272
</div>
7373

0 commit comments

Comments
 (0)