Print a receipt to PDF
Hand Browser Run some HTML and it renders a real PDF - perfect for invoices, receipts, tickets and certificates. We build the HTML on the server and stream the PDF straight back.
receipt.tsPOST/api/receipt
await env.BROWSER.quickAction("pdf", {
html: receiptHtml,
})No API tokens, no browser to install. The BROWSER binding talks to a real Chromium over Cloudflare's network.
Your receipt PDF will appear here