Render an invoice as a PNG to embed in email bodies without forcing a PDF attachment.
The Invoice Image Generator renders an invoice as a PNG sized for the email body, typically 600 pixels wide to match the dominant email template width. The image embeds inline in the email so the recipient sees the invoice the moment they open the message, rather than needing to download a PDF attachment first. The same generator outputs a matching PDF for the cases where the recipient needs the formal document, which makes the PNG a preview rather than a replacement for the attachment.
The use case is specifically email deliverability and previewing. Most invoicing tools attach a PDF and leave the email body blank, which means the recipient sees nothing in the message preview, has to download an attachment to see what they have been sent, and sometimes loses the email to spam filtering because attachment-only messages score poorly. Embedding the invoice as an image in the body fixes all three: the preview shows the amount and the due date, the recipient sees the invoice without downloading anything, and the email scores better with filters because it has substantive body content.