🖼 ConverterWebP
Free • No sign-up • No watermark

Organize and split a PDF

See every page as a thumbnail, then reorder, rotate or delete them. Download the result as one file or one file per page — all inside your browser.

Drag and drop your PDF here

or click to select from your device

One PDF at a time • up to 100 pages

🔒

100% Secure: Your document is processed in your own browser and never passes through any server.

👀 You see what you are doing

Every page as a thumbnail, so you delete page 7 and not page 8.

🔄 Rotation that sticks

Fixes scans that came in sideways, written into the file rather than the viewer.

✂ Split in one click

Keep the pages you want as a single file, or break the document into one PDF per page.

Reordering, rotating and splitting pages without touching their content

Most of what people call "editing a PDF" is not editing at all — it is rearranging. Dropping the blank page the scanner added, turning the sheet that came in sideways, pulling three pages out of a forty-page contract, putting the annex before the appendix. None of that touches a single letter of the content, and that is precisely why it can be done safely and quickly, right here.

Thumbnails first, decisions second

Tools that ask you to type page ranges into a box invite mistakes: you delete 12–14 and discover later that the numbering printed on the page was offset from the numbering in the file. Here the document is rendered page by page into thumbnails before you touch anything, so you act on what you can see. The rendering uses PDF.js — the same engine Firefox uses to display PDFs — running locally.

Nothing you do in the grid changes the file. Reordering, rotating and removing all happen to an in-memory list; the document is only rebuilt when you press one of the save buttons. Reset puts everything back, and your original file on disk is never modified either way.

Rotation is a property, not a redraw

A PDF page carries a rotation value that viewers obey when displaying it. Rotating here changes that value, which means the page is not re-rendered and loses nothing — and, crucially, the fix travels with the file. That is the difference between rotating in a viewer, where the correction usually lasts only as long as that window stays open, and rotating in the document, where whoever opens it next sees it the right way up.

Two ways to save

One PDF keeps whatever pages survived, in the order you arranged them. That covers deleting, reordering, rotating, and extracting a subset — remove every page you do not want and save what remains.

One file per page breaks the document apart, numbering the files so alphabetical order matches the original order. Useful when each page has a different destination: separate invoices from a batch, individual certificates from a printed run, one page per form to be signed by different people.

What this does not do

It does not edit the text inside a page, and no honest browser tool does. A PDF does not store paragraphs; it stores instructions to draw glyphs at coordinates, with fonts embedded as subsets containing only the characters used. Changing a word means re-extracting the font, re-laying the line and reflowing the paragraph. Tools that claim otherwise usually rasterise the page and draw over it, which silently destroys the searchable text layer.

It also will not open password-protected documents, and does not try to. And it does not compress: pages are copied as objects, so the result weighs about as much as the pages it kept. If you need several documents joined instead of one taken apart, that is the merge tool.

Frequently asked questions

No. This tool works with whole pages — order, rotation, removal, splitting. Editing words inside a page means rebuilding the embedded font subset and reflowing the line, which is why even desktop software struggles with it. Tools that promise it in a browser generally turn the page into a picture and draw on top, which destroys the searchable text.

Yes. The rotation is written into the page itself, so anyone who opens the downloaded file sees it correctly. That is different from rotating inside a PDF viewer, where the correction is usually just a display setting that disappears when the window closes.

Remove every page you do not want with the × button, then press "Save as one PDF". What remains becomes the new document. If instead you want each page as its own file, use "Split into one file per page" — the files are numbered so they stay in order.

No. The file is read into your browser's memory, rendered locally for the thumbnails and rebuilt locally when you save. Nothing is transmitted and nothing is stored by us. The only network requests are for the two libraries that do the work, fetched once.