API
A PDF printer for your app.
Your shop already has the invoice as a web page. Printout is the print step. One PDF is one credit. We throw the HTML away.
curl -s https://printout.dev/v1/pdf \
-H "Authorization: Bearer po_live_..." \
-H "Content-Type: application/json" \
-d '{"html":"<h1>Invoice 1042</h1>"}' \
-o invoice.pdf
Free: 30 PDFs / month while we get Stripe in. HTML only. No URL fetch.