Home/Tools/Document tools
Local dev · no auth

Document tools

Prove the PDF render + email pipeline works — using sample data, never a customer.

Test PDF generation

Renders a sample invoice-style document through the pdf-api and opens the resulting PDF. If a PDF opens, HTML→PDF rendering is wired up and working.

Render sample PDF
Opens in a new tab. The sample contains no real customer data.

Test document email

Emails the sample PDF to a test address to prove the send path. It only ever sends to the address you type here — enter your own, not a customer's.

This sends a real email to the exact address above. Use an internal test inbox.
How this works: both actions call the pdf-api render service (/api/render/pdffrommarkupencoded) with a self-contained sample document. Rendering proves HTML→PDF works; the email test additionally exercises the mail path. Neither touches real sales or customer records.