FilePilot Blog

Practical writing on private, local file processing: how browser-based PDF and image tools actually work, what happens to a document when you upload it to a server, and how to tell whether a tool is genuinely private.

Start here

  • How to Edit a PDF Without Uploading It Anywhere — A complete guide to working with PDFs without sending them to a server: what actually happens when you upload, which tasks can run locally in a browser, which still cannot, and how to verify any tool's claim yourself.

All articles

  • Is It Safe to Upload a PDF to an Online Tool? — 22 August 2026 · 7 min read — What happens to your document when you upload it to a free PDF site, what the deletion policies actually promise, when the risk is acceptable, and how to decide for a specific file.
  • Why Blacking Out Text in a PDF Does Not Redact It — 22 August 2026 · 7 min read — Drawing a black rectangle over text leaves the text in the file, fully selectable and searchable. How PDF redaction actually fails, the cases where it went public, and how to remove text rather than hide it.
  • Why Online Forms Reject Your Photo, and How to Fix It — 22 August 2026 · 7 min read — Government, exam and visa portals reject photos for size, dimensions, format and aspect ratio. What each error message actually means, why the KB limits exist, and how to hit the exact spec.
  • What EXIF Data Reveals About Your Photos — 22 August 2026 · 6 min read — Photos carry GPS coordinates, timestamps, device serial numbers and more. What is actually stored, which platforms strip it and which do not, and how to remove it before sharing.
  • How to Combine Scanned Pages Into One PDF — 22 August 2026 · 6 min read — Scanners produce one file per page, in the wrong order, sometimes crooked and always too large. How to get from a folder of scans to a single clean PDF without uploading anything.
  • How to Compress a PDF Without Wrecking the Quality — 22 August 2026 · 6 min read — Why PDFs get large, which part of your file is actually taking the space, and the order of operations that shrinks a document without turning the text to mush.
  • PDF or CBZ for Comics and Manga? — 22 August 2026 · 6 min read — Why comic readers prefer CBZ over PDF, what the format actually is, when converting helps and when it does not, and how page order and naming decide whether the result works.
  • Printing Multiple PDF Pages Per Sheet, Explained — 22 August 2026 · 6 min read — N-up printing, booklet imposition and poster tiling are three different things that print dialogs handle badly. What each one does, when to use it, and how to get a predictable result.
  • Why Your Files Should Never Leave Your Browser — 26 June 2026 · 5 min read — Uploading files to remote servers introduces privacy risks, data breaches, and unclear retention policies. Learn how browser-based processing with WebAssembly and Web Workers keeps your documents private.
  • The Hidden Privacy Risks of Online PDF Tools — 26 June 2026 · 5 min read — What really happens when you upload a PDF to an online tool: server storage, metadata exposure, third-party processing, and how to evaluate whether a tool is truly private.
  • How FilePilot Keeps Your Documents Private — 26 June 2026 · 5 min read — A practical look at FilePilot's privacy architecture: WebAssembly with pdf-lib, Canvas API rendering, ONNX Runtime for AI features, PWA offline support, and zero server involvement.

Explore FilePilot