Skip to content

Commit 30bebfb

Browse files
committed
Update in a PHP PDF generation article
1 parent ba7d904 commit 30bebfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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 (2021 update)"
44
date: 2019-01-11 17:00:00 +0100
5-
last_modified_at: 2021-10-20 22:00:00 +0100
5+
last_modified_at: 2021-12-27 22: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
@@ -63,11 +63,11 @@ To give you some idea of what to expect from above libraries, I compiled **a com
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.0.13</figcaption>
66+
<figcaption>mPDF 8.0.15</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 1.0.2</figcaption>
70+
<figcaption>Dompdf 1.1.1</figcaption>
7171
</figure>
7272
</div>
7373

@@ -90,7 +90,7 @@ Two other tools I discovered are [WeasyPrint](https://weasyprint.org/) and [Prin
9090
</figure>
9191
<figure class="image">
9292
<img src="/assets/invoice-weasyprint.png" width="370" height="480" alt="Invoice rendered by WeasyPrint">
93-
<figcaption>WeasyPrint 53.3</figcaption>
93+
<figcaption>WeasyPrint 53.4</figcaption>
9494
</figure>
9595
<figure class="image">
9696
<img src="/assets/invoice-prince.png" width="370" height="480" alt="Invoice rendered by Prince">

assets/invoice-dompdf.png

1.13 KB
Loading

0 commit comments

Comments
 (0)