Skip to content
pdf2ereader Convert a PDF

Privacy

Most PDF converters want you to upload your document to a server you know nothing about. This one can't, because there's no server to upload it to. Everything below follows from that.

What happens to your file

Drop a PDF on the page and your browser hands it to JavaScript that's already running in the tab. That code reads it, rebuilds the text, packages an EPUB and offers it back as a download. No network request carries your document at any point, because the site has no endpoint that would accept one. It's a static site. HTML, CSS and JavaScript on a CDN, nothing more.

Check it yourself

Please do, actually. It takes about a minute.

  1. Open your browser's developer tools and go to the Network tab.
  2. Convert a PDF. Nothing is requested at all: the conversion makes no network calls, so the Network tab stays completely still while it works.
  3. Or better: load this page, turn off your wifi, and convert a file anyway. It works. Software that needs no network can't be sending your document over one.
  4. On page load you will see one request to cloudflareinsights.com. That is the analytics beacon described below, and it fires before you pick a file. It is the only thing this site loads from anywhere else.

What we collect

Your PDF
Never sent anywhere. Read off your disk by the browser, held in the tab, gone when you leave.
The EPUB we make
Built in memory and handed to your browser as a download. We never see it.
Its title, author or contents
Never sent, never logged, never counted.
Your email or an account
There's no sign-up. We don't ask and couldn't store one.
Cookies
None. Nothing in local storage either.
Analytics
Page views, country and load time, via Cloudflare. No cookies, no profile, and nothing about your file.

Analytics

Cloudflare Web Analytics. It sets no cookies, uses no fingerprinting and builds no profile of you. It records that a page was viewed, roughly where in the world from, and how fast it loaded. That is the whole of it.

It is a small script loaded when the page opens, and it is the one thing on this site that comes from somewhere else. It runs before you choose a file and knows nothing about your document: not its name, size, page count or contents. None of that ever leaves the tab, so there would be nothing for it to collect even if it tried.

Advertising

There's a paid placement for Dracotel on the site, a travel eSIM. Worth spelling out what that involves, because "we run ads" normally means something a lot worse than what's happening here.

It's not an ad network. No AdSense tag, no auction, no remote script, no tracking pixel, no image pulled off someone else's server. The advert is ordinary HTML baked into the page when the site gets built, the same as any other paragraph on it. It can't see you, profile you or follow you anywhere, because there's no code in it to do any of that.

Click it and you land on Dracotel's site with a tag saying you came from here, so they know the placement earns its keep. That's the whole mechanism. Don't click it and they learn nothing about you at all, including that you saw it.

Hosting

Cloudflare Pages serves the site. Like any web host, they handle the requests for the page itself and may keep short-lived logs with IP addresses in them. Those requests are for our own files. Your document isn't among them.

If this changes

If some feature ever genuinely needed a server, this page would say so at the top, in plain words, before that feature shipped. A privacy policy that quietly widens is worse than not having one.