just recently i was playing around with custom templates and i got really frustrated with dompdf as it’s more likely converting a html site to a pdf instead of generating a pdf directly.
For example, the main issues i had is
when your invoice is longer and your table with your products/services exceed a page, it really get awkward. the table header will be repeated out of knowwhere, there’s no page numbers, the header is not repeated each site, and the footer is available on the last page only.
i have been using other pdf generators such as fpdf or mpdf for decades to generate all sorts of pdf files and found it much more versatile having loads of tools to my disposal to generate almost every scenario there could be.
i quickly realized that creating a custom template will be very limiting.
if you ask me, html and pdf should not be build on top of each other in form of one convertes to the other, but individually bringing out the best features when working with a “public” html version, and a generated pdf.
i wouldn’t call it a request. let’s call it an observation that dompdf might not be something to invest alot of time in.
i am always a bit struggling when the invoice is not outputting these small little details and for the most part all other features are more or less not necessary or a small benefit. at my free time i sometimes imagine to just code a simple script to add a few database-less data structures for products, name and whatsoever and let it get output by mpdf in my custom invoice template output by mpdf and skipping on all the other functions.
I guess i could get something like that done in a few hours but was hesitant to get startet so far. Otherwise I have also taken a look at competitors here but invoiceplane was the rather slimmest of those and most of them are (still) using dompdf.
Back in the days, i have had long emails with Jesse (FusionInvoice Author) talking about dompdf and those details. He seemed to work towards alternatives but at the end of the story it never gotten that far and obviously I have never become a customer because of that fact.
no idea why with mpdf it shouldn’t be manageable to work with templates, i mean we can also just call html and individual css… and just how easy it is to get page numbers… maybe i will be spending more time on my own solution …
But…
maybe there are some hacks for page numbers in dompdf?