The shelf · sommario
The books this town hands out.
Every platform Folio can help you with. The ones marked in Folio connect and download straight from the Reader; the rest are queued behind the same in-browser pipeline — fetch, unlock, merge — one at a time.
in Folio
beta — in Folio
on the docket
token/session auth
email/password
Nota —
Same four building blocks, every time
Reaching the pages
- Platforms that ship CORS headers are fetched directly from the browser.
- Everything else goes through the Folio relay — a free Cloudflare Function that pipes requests byte-for-byte to the platform you’re already logged into.
- Either way: the work happens where you are, never on a stranger’s server.
Then four steps, in the tab
Fetch the page files → unlock anything AES/RSA/zip-protected → render SVG or HTML pages where needed → merge everything into one PDF. The Reader already ships all four steps in plain JavaScript.