Skip to content

Commit e3f4c36

Browse files
committed
Updated the PDF generation article with newer versions
1 parent 1fbaa8b commit e3f4c36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
3-
title: "Picking a PHP tool to generate PDFs (2024 update)"
3+
title: "Picking a PHP tool to generate PDFs (2025 update)"
44
date: 2019-01-11 17:00:00 +0100
5-
last_modified_at: 2024-05-17 20:00:00 +0100
5+
last_modified_at: 2025-02-07 16: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
@@ -59,15 +59,15 @@ To give you some idea of what to expect from above libraries, I compiled **a com
5959
</figure>
6060
<figure class="image">
6161
<img src="/assets/invoice-tcpdf.png" width="370" height="480" alt="Invoice rendered by TCPDF">
62-
<figcaption>TCPDF 6.7.4</figcaption>
62+
<figcaption>TCPDF 6.8.2</figcaption>
6363
</figure>
6464
<figure class="image">
6565
<img src="/assets/invoice-mpdf.png" width="370" height="480" alt="Invoice rendered by mpdf">
66-
<figcaption>mPDF 8.2.3</figcaption>
66+
<figcaption>mPDF 8.2.5</figcaption>
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 3.0.0</figcaption>
70+
<figcaption>Dompdf 3.1.0</figcaption>
7171
</figure>
7272
</div>
7373

0 commit comments

Comments
 (0)