PDF Merge & Split PDF Merge & Split
Add to Chrome — Free

PDF Merge & Split Blog

PDF Privacy: Why You Should Never Upload PDFs to Random Websites

Updated March 2026 · 12 min read

Quick Answer When you upload a PDF to an online tool, that file — and everything embedded in it — is transmitted to a server you do not control. For documents containing personal information, financial data, medical records, contracts, or anything confidential, this is a meaningful privacy risk. Use local tools instead: the PDF Merge & Split Chrome extension processes files entirely in your browser with no upload.
📋 Table of Contents
📋 Table of Contents

The search for "merge PDF online free" returns dozens of tools. Most of them work, most are fast, and most look trustworthy. But every one of them involves uploading your document to a server you know nothing about.

For a recipe PDF or a travel itinerary, this is a non-issue. For a contract, a bank statement, a medical record, or a legal filing, it is a problem — and often one that people do not think about until something goes wrong.

This article explains what actually happens when you upload a PDF, what hidden data those files contain, what regulations you might be violating, and how to process PDFs entirely on your own device.

Keep Your PDFs Private

PDF Merge & Split processes files locally in your browser. Zero uploads, zero exposure.

Add to Chrome — Free


What Happens When You Upload a PDF

When you drag a PDF onto an online tool, the sequence of events is:

  1. Your browser opens a TCP connection to the service's server.
  2. The entire file is transmitted to that server over HTTPS (the connection is encrypted in transit).
  3. The file is written to the server's storage — a disk somewhere in a data center.
  4. The server processes the file and returns the result.
  5. The service's retention policy determines what happens next: files might be deleted in an hour, stored for 24 hours, archived, or kept indefinitely.

HTTPS protects the transmission — a network observer cannot intercept the file mid-upload. But once the file arrives at the server, you have no visibility or control over what happens to it. You are trusting the service's:

This does not mean reputable services are careless. Smallpdf, for instance, is a Swiss company with clear GDPR compliance documentation and an hourly deletion policy. But "reputable service with good policies" is very different from "random PDF merge site" — and most people do not verify which one they are using before uploading.



What Your PDF Actually Contains

PDFs can hold far more than the visible content you intend to share. Understanding what is embedded in a file helps clarify why privacy matters even for documents that seem benign on the surface.

Hidden data in PDF files

Checking your PDF's metadata

You can inspect a PDF's metadata before uploading it anywhere. In Adobe Reader or any PDF viewer:

  1. Go to File → Properties (or press Ctrl+D).
  2. Check the Description tab for author, title, subject, and keywords.
  3. Check the Custom tab for any additional properties the creating software added.

You may find your full name, your employer's name, your email address, or the internal document management system your company uses — all embedded in a file you thought was just a public-facing report.



The Regulatory Landscape

For many people, PDF privacy is not just a personal concern — it is a legal or contractual obligation.

HIPAA (Healthcare, United States)

The Health Insurance Portability and Accountability Act prohibits covered entities (hospitals, clinics, insurers) and their business associates from sharing Protected Health Information (PHI) with third parties without a signed Business Associate Agreement. Uploading a patient record PDF to a random online merger — even for 60 minutes — likely violates HIPAA. The penalties start at $100 per violation for unknowing violations and can reach $1.9 million per category per year for willful neglect.

GDPR (EU and UK)

The General Data Protection Regulation requires a legal basis for any transfer of personal data to third parties. Uploading a document containing EU residents' personal information to a server outside the EU may require additional safeguards (Standard Contractual Clauses, adequacy decisions). Using an online tool without a Data Processing Agreement means the transfer likely lacks a proper legal basis.

Legal NDAs and Confidentiality Agreements

Non-disclosure agreements between businesses or between employers and employees typically prohibit sharing confidential information with unauthorized third parties. "Third parties" in this context includes online service providers. Uploading a contract draft or a business plan to an online PDF tool could constitute a breach of a signed NDA — even if the upload was for a legitimate operational reason.

Financial Services Regulations

Firms subject to FINRA, SEC, MiFID II, or FCA rules have strict data handling requirements. Customer financial data, trade records, and advisory documents typically cannot be transmitted to unapproved vendors. Using an unauthorized online tool for routine document processing can create compliance gaps that show up in audits.

Note for employees: If you work for a company and are uploading work documents to online PDF tools without checking whether the tool is an approved vendor, you may be violating your employer's data handling policies — even if the tool seems harmless.


The Spectrum of Risk

Not all PDFs carry the same level of sensitivity. A practical approach is to categorize your documents:

Document type Risk level Recommendation
Public reports, recipes, travel guides Minimal Any tool is fine
Personal documents with your name/address Low–Medium Reputable service with clear deletion policy, or use local tool
Financial statements, tax documents High Local tool only
Medical records, prescriptions, test results High Local tool only (HIPAA risk)
Legal contracts, NDAs High Local tool only (NDA breach risk)
Business confidential documents High Local tool only (policy and NDA risk)
ID documents (passport, license) Very high Never upload — process locally or do not process


How Local PDF Processing Works

Modern browsers are capable of significant computation. PDF processing — reading the file structure, combining page streams, splitting by page ranges — is not computationally intensive. It can happen entirely inside the browser using JavaScript, without any server involvement.

The PDF Merge & Split extension uses this approach. When you load a PDF into the extension:

  1. The file is read from your disk into browser memory.
  2. The extension's JavaScript processes the file structure.
  3. The result is written to a new file in your browser's download directory.
  4. Your file never leaves your computer at any point in this process.

The same is true of macOS Preview, PDF24 Creator, Ghostscript, and LibreOffice — they all operate entirely on your local machine.

Local tools for every platform



What About "Secure" Online PDF Tools?

Some online PDF services market themselves as particularly secure — end-to-end encryption, zero-knowledge architecture, etc. These claims deserve scrutiny:

End-to-end encryption for PDF tools

Genuine end-to-end encryption means the service provider cannot see the content of your file. Very few PDF services actually implement this, because processing an encrypted file on a server requires decrypting it first — which defeats the purpose. If a service says it uses E2E encryption but can also perform OCR or text extraction on your documents, it is not truly E2E encrypted at the processing stage.

"We delete files after X hours"

This is a policy statement, not a technical guarantee. Files may persist in server-side backups, logs, or CDN caches after the stated deletion window. There is no way to verify that a file has actually been deleted from a remote server.

SOC 2 / ISO 27001 certifications

These certifications verify that a service has documented and audited security processes. They are meaningful indicators of professional security practices — but they are not a blanket guarantee that your data will never be breached or misused. They assess process maturity, not outcomes.

The most secure server is the one that never receives your file in the first place.


A Practical Personal Policy

You do not need to become paranoid about every PDF. A simple decision rule covers most cases:

  1. Would you be comfortable if this document appeared in a news story about a data breach? If yes (it is publicly available information), online tools are fine. If no, use a local tool.
  2. Does this document contain another person's information? Medical records, client contracts, employee records — other people's data deserves the same protection you would want for your own.
  3. Is this a work document? Check your organization's data handling policy. When in doubt, use a local tool.

Process PDFs Without the Risk

PDF Merge & Split is free, works offline, and never uploads your files anywhere.

Install PDF Merge & Split — Free


How to Strip Metadata Before Sharing PDFs

Even after processing locally, you may want to remove metadata from a PDF before sharing it externally. A few approaches:

Using Ghostscript

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite \
 -dFastWebView=false \
 -sOutputFile=output_clean.pdf \
 input.pdf

This regenerates the PDF structure, stripping most metadata in the process.

Using ExifTool

exiftool -all:all= document.pdf

ExifTool removes all metadata from the PDF. Install via brew install exiftool on macOS or choco install exiftool on Windows.

Print to PDF (quick method)

Opening a PDF in Chrome and using Print to PDF re-renders the document without most metadata. This is a quick option when you need to share a clean copy and do not have Ghostscript installed.



Related Guides



Frequently Asked Questions

Is it safe to upload PDFs to online tools like Smallpdf or iLovePDF?

For non-sensitive personal documents, reputable services like Smallpdf and iLovePDF use HTTPS and state they delete files within one to two hours. For any document containing personal information, financial data, medical records, contracts, or confidential business content, uploading to a third-party server carries real privacy risk. The safest approach is always to process sensitive PDFs locally.

What sensitive data might be hidden in a PDF?

PDFs can contain: document metadata (author name, organization, software used, creation date), revision history, hidden text layers from OCR, form field data, embedded file attachments, JavaScript, digital signature certificates with signer identity, and potentially GPS data from scanning devices. All of this is transmitted when you upload the file.

What regulations restrict uploading documents to third-party services?

HIPAA prohibits sharing patient health information with non-covered vendors. GDPR requires a legal basis for transferring EU residents' personal data to third parties. NDAs often prohibit sharing confidential information with unauthorized third parties. Financial services firms may be subject to FINRA, SEC, MiFID II, or FCA data handling rules. Check your industry's requirements before uploading work documents to online tools.

How do I merge PDFs without uploading them?

Use the PDF Merge & Split Chrome extension — it processes everything inside your browser with no server uploads. On macOS, Preview merges PDFs locally. On Windows, PDF24 Creator is a free desktop app that works offline. All three options are completely free and keep your files on your own device.

Do online PDF tools keep my files permanently?

Reputable services state they delete files after one to two hours. However, this relies on trusting their policy. Files may still exist in server logs, backup systems, or CDN caches for longer. Less reputable services may not delete files at all. There is no way to verify deletion from your end — which is why local processing is always the safest option for sensitive documents.

What is metadata and why does it matter for PDF privacy?

PDF metadata is information embedded in the file that is not visible when reading it normally. It includes author name, company or organization, creation date, modification date, and the software used to create it. In professional contexts, metadata can reveal internal information you did not intend to share — the name of the person who drafted a contract, or your law firm's internal document ID system. This data is transmitted with the file when you upload it anywhere.

More Free Chrome Tools by Peak Productivity

Bulk Image Downloader
Bulk Image Downloader
Download all images from any page
Pomodoro Technique Timer
Pomodoro Technique Timer
25-minute focus timer with breaks
YouTube Looper Pro
YouTube Looper Pro
Loop any section of a YouTube video
Citation Generator
Citation Generator
Generate APA/MLA/Chicago citations
WebP to JPG/PNG
WebP to JPG/PNG
Convert WebP images to JPG/PNG
Auto Refresh Ultra
Auto Refresh Ultra
Auto-refresh pages at custom intervals