The PDF tools that upload your file
Most online PDF tools do one thing well: they upload your document to a server you do not control. Smallpdf, iLovePDF, Sejda, PDF2Go — they all follow the same pattern. You get a useful function, and in exchange you trust a company you have never heard of with a file you would never email to a stranger.
For most PDFs, that trade is fine. For contracts, medical records, tax filings, or legal briefs, it is not. Autonom PDF Private removes the trade-off. Every operation runs inside your browser, using WebAssembly. Your PDF is never sent to a server. You can verify this yourself in DevTools.
Cut a PDF inside a page, not just between pages
Every online PDF splitter does the same thing: it asks you to select whole pages. A range of pages. “Pages 1-5.” “Pages 10 to 20.” That is useful when you are splitting a book into chapters. It is useless when the split point is inside a page — like a rent table that has 2025 in the top half and 2026 in the bottom half, or a contract page with two unrelated sections stacked vertically.
Autonom PDF Private lets you place the cut anywhere on the page. Upload the PDF, click a thumbnail to open the cut-line editor, and drag the line to wherever you need the split. Everything above the line becomes part 1. Everything below — including all following pages — becomes part 2. Download both at once as a ZIP, or just the first part if you want a quick preview.
Chain operations. Download once.
Most online PDF tools force you to download and re-upload the file between operations. Watermark, then download, then re-upload, then add page numbers, then download again. Ten steps for a job that should be one.
Autonom PDF Private keeps a working document in memory. You can merge, then rotate, then watermark, then add page numbers — all in one session, on one file. Every operation refreshes the page preview so you can see the result. A history strip shows what has been applied. When you are done, download the final PDF once. If you change your mind, one click resets the document to the original.
And all of it runs inside your browser. Your PDF is read from your disk, processed in JavaScript, and saved back to your disk. It is never transmitted to a server, never stored in the cloud, and never logged.
Seven operations, one tool
- Merge. Combine two or more PDFs into a single file. Reorder them with up/down buttons before merging.
- Keep selected. Extract a specific set of pages into a new working document. Use click, shift-click, ctrl-click, or the range input.
- Delete selected. Remove unwanted pages — cover sheets, blank pages, advertisements — from any PDF. Everything else stays in its original order.
- Split document. Cut inside a page. Place the line anywhere. Everything above becomes part 1; everything below (plus following pages) becomes part 2. Produces a downloadable ZIP.
- Rotate. Fix pages that came in sideways. Rotate all pages at once, or just the ones that are wrong. Handles 90°, 180°, and 270° cumulatively.
- Watermark. Stamp text across every page. Choose diagonal, center, top, or bottom placement. Control the color and opacity. Optional skip for cover pages.
- Page numbers. Add page numbers to a PDF that lacks them. Choose the format, the position, and the starting number.
What it does not do — and why
Every serious tool states its limits. Here are ours, plainly.
- It does not compress PDFs. Real compression requires re-encoding embedded images with a JPEG or JPEG-2000 codec inside the browser. That is doable with WebAssembly but adds a large engine and seconds of processing per page. On the roadmap as a future addition, not a v1 feature.
- It does not redact content. Drawing a black box on a PDF does not remove the text underneath. Autonom has a dedicated tool planned for verifying redactions and scrubbing hidden metadata.
- It does not convert to or from other formats. If you need to turn a PDF into a DOCX or vice versa, use a dedicated converter. PDF Private is a toolkit for PDFs, not a format bridge.
- It does not handle password-protected PDFs. Files encrypted with a user password cannot be opened by the tool. Files that are encrypted only with an owner password (the “print denied” kind) usually can.
- It does not work on very large documents. Browser memory is the limit. A 200-page PDF works but uses significant RAM. 500-page PDFs may fail. Split large documents into batches.
How to use it in 3 steps
- Drop your PDF file(s). One file for most operations. Multiple files if you are merging.
- Chain operations. Pick an operation, configure its settings, click Apply. Its result becomes the new working document. Repeat as many times as you need.
- Download once. When you are done, one click gives you the final PDF. Reset reverts everything back to the original if you change your mind.
Frequently Asked Questions
Are my PDFs uploaded to a server?
No. Every operation runs in your browser using JavaScript and WebAssembly. Your PDF is read, processed, and written back to a new file entirely on your device. Open DevTools, click the Network tab, run an operation, and watch — zero requests carry your document.
What does “cut inside a page” mean, exactly?
Most PDF splitters only split between whole pages. If you want to split a table that has 2025 in the top half and 2026 in the bottom half, they cannot help you. Autonom lets you place a cut anywhere on the page — mid-table, mid-sentence, mid-signature. Everything above becomes one PDF, everything below becomes another.
How do chained operations work?
You have one working document. Every operation transforms it. Merge combines your dropped files. Rotate rotates the current working document. Watermark stamps the current working document. Page numbers do the same. The history strip shows what has been applied, and one click of Download gives you the accumulated result.
Can I undo? Can I start over?
Yes. Click Reset to original and the working document reverts to the file you first dropped. All history, cuts, and intermediate states are cleared.
What does the range input accept?
Comma-separated tokens. A single number selects one page. A dash between two numbers selects a range. 1-5 selects pages 1 through 5. 5,3,1 selects those pages. end or last selects the last page. Works for both selection and cut placement.
Does it work on password-protected PDFs?
Files with a user password (the kind that requires a password to open) cannot be processed. Files with only an owner password (the kind that restricts printing or copying but opens without a password) usually work.
Why are the output filenames truncated?
Windows has a 260-character limit on full file paths. Some source filenames are long enough that adding “-part1” or “-edited” pushes them over the limit. Autonom truncates the base name to a safe length so the download always succeeds.
Is there a file size limit?
Browser memory is the limit. A 100 MB PDF processes comfortably on a modern laptop. A 500 MB PDF may fail. For very large PDFs, consider processing in batches or using a desktop application.
Can I use the output commercially?
Yes. Whatever you produce with Autonom PDF Private is yours. No license restriction, no attribution requirement, no watermark applied by the tool.
