Edge rendering through Browser Rendering
Your PHP app sends HTML to a Cloudflare Worker that renders it to PDF at the network edge through the Browser Rendering API. The Worker returns finished PDF bytes over a standard PSR-18 HTTP client. SSRF protection, HTML size limits, meta-refresh blocking, and base64-bomb detection guard every request.