Is it safe to edit a PDF online?
It depends on where processing happens. PDFMarshal processes PDF bytes locally in your browser and does not upload document content to a remote conversion server.
Privacy-first PDF tools
A PDF editor is safest when your documents never leave your device. Here is how to verify PDFMarshal’s local, zero-upload processing.
Your files are never sent over the network. The "upload" process just reads the file into your browser's memory.
We do not have a backend server that processes PDFs. All logic runs inside your Chrome, Firefox, or Edge browser.
Once you close the tab or refresh the page, your document data is completely wiped from memory.
PDFMarshal achieves this by leveraging modern web technologies that bring desktop-class performance to the browser:
We verify core processing libraries using WebAssembly, allowing heavy computation (like PDF parsing) to run locally at near-native speeds.
Heavy tasks run in background threads (Web Workers) to keep the interface responsive while ensuring data stays isolated within your browser process.
When you select a file, we use the FileReader API to access bytes directly in RAM. We do not store files in LocalStorage or Cookies.
You don't have to take our word for it. You can technically verify our security claims:
This proves that no data is being sent to a server, because it's physically impossible when you are offline.
Transparency is detailed below regarding what minimal data we collect to keep the site running.
Read the detailed guide to online PDF editor safety, learn how to merge PDFs offline, or open the private PDF extractor.
It depends on where processing happens. PDFMarshal processes PDF bytes locally in your browser and does not upload document content to a remote conversion server.
PDF merging is safer when the files remain on your device. PDFMarshal combines PDFs in browser memory, so the source documents are not transferred to a cloud processing service.
Check the browser network panel while processing a test file, review the service privacy policy, and confirm whether document operations still work after disconnecting from the internet.