Web Page to PDF — Currently in the Works
To turn a web page into a PDF, a server has to launch a real browser, open the page, and print it. That structure easily becomes a channel for sending requests to arbitrary addresses, so security design like blocking internal-network access (SSRF) must come first.
This page accepts no address or file.
This tool isn't available yet
We don't build file pickers for features that can't actually run. Here's the current status and what it would take to ship it.
| Current status | Not available (in preparation) |
|---|---|
| Technology required | A headless browser (Playwright/Chromium), SSRF blocking, request rate limiting, and sandboxed execution |
| Difficulty | High |
| Estimated server cost | Roughly $30–60/month because a browser needs a lot of memory; concurrency has to be capped |
| External API needed | Not required |
What you can do today
Your browser's print dialog
On the page you're looking at, press Ctrl+P (or Cmd+P) and choose “Save as PDF”. It works right now and captures the page exactly as you're signed in to see it.
Pages that need a login, or fill content as you scroll, also produce incomplete results. We plan to offer this once a safe structure is in place.
How are your files handled?
This page accepts no address or file.
This page has no file picker, so no data is processed. See the Privacy Policy and File Retention Policy for details.