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 PDFOpens in a new tab. The sample contains no real customer data.
Test document email
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.