It's read straight into your browser's memory — not sent anywhere. There is no upload step.
Images are decoded and re-encoded by your browser's graphics engine; audio by its Web Audio engine; PDFs and JSON/CSV are assembled by plain JavaScript — all built into the browser, running on your machine.
The converted file is created locally and saved by your browser. The server only ever sent you the page.