How to Edit PDFs Without Uploading Them Anywhere
Merge, split, rotate, watermark, and convert — all inside your browser. Your file never leaves your device, not for a second.
Beginner7 min read
What you'll be able to do by the end
- Understand why uploading a document to a free site is a real risk, not a theoretical one
- Merge, split, and rotate PDFs with no signup and no software
- Watermark a document before sending it to an outside party
- Convert between images and PDF in both directions
- Verify for yourself that nothing was uploaded anywhere
Before you start
- A modern browser (Chrome, Edge, Firefox, or Safari)
- No signup, no install, no card
When you upload a contract, a bank statement, or a photo of your ID to a free PDF site, you’re handing that document to a party you know nothing about: not where it’s stored, not for how long, not who can reach it. Most of these sites state in their policy that files are deleted after an hour or two — and you have no way to confirm it.
The part that surprises people: these operations don’t need a server at all. Merging two files, extracting pages, rotating, adding a watermark — your browser can do all of it on its own, without a single byte of the file leaving your device.
How in-browser tools work
Modern browsers can read a file from your device and process it directly in memory, through specialised JavaScript libraries. The file is read, modified, and saved — all locally. The server’s only job was sending you the tool’s page in the first place; after that it has nothing to do with your file.
The practical result: faster (no upload, no download), more private (no copy anywhere), and it keeps working even offline once the page has loaded.
What’s available now
- Merge PDF — several files into one document, in the order you choose
- Split PDF — split a file into separate pages or ranges
- Extract Pages — pick pages from a preview instead of typing a range
- Delete Pages — drop blank or unwanted pages
- Organize PDF — reorder pages or reverse them all
- Rotate PDF — fix upside-down pages, by 90, 180 or 270 degrees
- Crop PDF — trim the margins off every page, by dragging or by percentage
- Watermark PDF — transparent text over every page
- Page Numbers — numbering in any corner, starting from any number
- Compress PDF — shrink a file by recompressing its images, text left selectable
- Lock PDF — encrypt a document with a password
- Unlock PDF — remove a password you already know from a protected file
- Images to PDF — combine JPG or PNG images into a document
- PDF to Word — turn a text PDF into an editable Word document
- PDF to Images — turn each page into a separate PNG
That is every PDF tool on OMXHub today, and each one handles a different task — from reordering pages to compressing, protecting and converting them. What they share is that the file never leaves your machine.
Below is a short walkthrough of the most common of those tasks, in the order you’ll usually need them.
Steps
Step 1: Merge several files into one document
Open the merge tool, drag your files in the order you want, and reorder by dragging if needed. Hit merge and the file downloads straight away. Useful for collecting a month of invoices, or turning the several documents an application asks for into a single file.
Note: Order matters — arrange the files before merging, because reordering afterwards means splitting and merging again.
Step 2: Split a large file or extract specific pages
The split tool takes one file and produces separate files from it, or extracts a specific page range. A practical case: a sixty-page contract where you only want to send the annex (pages 45 to 52) without the rest.
Note: If you need several parts, split once and download everything as a ZIP rather than repeating the operation.
Step 3: Rotate upside-down pages
Scanned documents come out rotated or sideways constantly. Open the rotate tool, select the pages, turn them 90, 180, or 270 degrees, and save. The rotation is written into the file itself — so it opens correctly for everyone, not just for you.
Note: Rotate only the affected pages rather than the whole document, or you'll flip the correct ones too.
Step 4: Add a watermark before sending a document out
If you're sending a quote, a draft contract, or a design to an outside party, a watermark protects against reuse without permission. The watermark tool overlays transparent text on every page — 'Draft', 'Confidential', your company name — with control over size, angle, and opacity.
Note: Keep opacity moderate. Too dark makes the document hard to read; too light is trivially removed.
Step 5: Convert between images and PDF, both ways
The images-to-PDF tool combines several JPGs or PNGs into one ordered document — useful for photographing paperwork on your phone and sending it as a proper file. The PDF-to-images tool does the reverse: every page becomes a high-quality image you can drop into a deck or a post.
Note: For official paperwork, shoot in good light and square to the page before converting. The source image quality sets the ceiling for the final file.
Step 6: Verify for yourself that nothing was uploaded
Don't take our word for it — check. Open your browser's developer tools (F12), go to the Network tab, and run any operation on a file. You'll see there's no upload request. You can also disconnect from the internet after the page loads and watch the tools keep working normally.
Note: This method works for auditing any web tool that claims to run locally. Learn it once and use it everywhere.
Common mistakes — and how to avoid them
MistakeUploading a contract, an ID, or a bank statement to the first free site in the search results.
Do this insteadUse a tool that processes the file in your browser. If you don't know how a tool works, assume the file has left your control.
MistakeInstalling a full application to merge two files once a year.
Do this insteadSimple tasks finish in the browser in seconds with nothing installed.
MistakeDeleting the original file immediately after editing.
Do this insteadKeep the original until you've checked the result. Any edit can behave unexpectedly with unusually structured files.
MistakeTreating a watermark as complete legal protection.
Do this insteadA watermark is a deterrent, not a lock. For genuinely sensitive documents, use a password and limit distribution.
❓ Frequently asked questions
Is the file really never uploaded?
Yes. All of our PDF tools run on JavaScript libraries inside your browser, and processing happens on your own device's processor. You can verify it yourself via the Network tab in developer tools, or by disconnecting from the internet after the page loads.
Is there a file size limit?
None that we impose, but there is a practical one: very large files consume your device's memory. Files up to around a hundred megabytes work smoothly on most modern machines.
Why is there no PDF compression tool?
Effective compression requires reprocessing the images inside the file, which is heavy work for a browser. It's in progress as part of the next batch of PDF tools.
Do these work on mobile?
Yes, the tools are built for mobile too. Large files may be slower on older devices because of memory limits, but ordinary operations run without trouble.
Can I remove a password from a protected file?
No, and we won't add that without ownership verification. The available tools work on unprotected files only.