It's common for billing/accounts organizations to have processes which are heavily focused on emailing PDFs around.
We can likely generate a PDF version of an invoice without enormous amounts of difficulty. The pathways to go from HTML to PDF seem very messy and all seem to involve running a headless browser and simulating "Print > To PDF" in it, but actually writing the PDF format directly is not that much of a mess.
FPDF seems to have a functional writer implementation in ~1,800 lines and we can likely cheat through most of this.