Most PDF problems are really page problems. A scanned contract has one page rotated sideways. A 200-page report has a single chapter you need to send on its own. A merged file has a duplicate cover page. A presentation needs its last two slides swapped. None of these are rare — they are the routine annoyances of working with PDFs. The good news is that every one of them is solved by a tiny, specific browser tool, and none of them require installing desktop software. This guide explains which tool to use for which problem, and how to do each one cleanly.
Pick the right tool for the job
- Rotate PDF — when individual pages are sideways or upside down. Common after scanning a stack of paper with mixed orientations.
- Split PDF — when you want to break a long document into parts (e.g., chapters, monthly reports, invoice batches).
- Extract Pages — when you want a specific subset of pages as a new file, and the rest of the document is irrelevant.
- Remove Pages — when you want to delete pages from an existing PDF and keep everything else.
- Organize PDF — when you want to do several of the above in one pass, or reorder the pages of a file.
If your problem matches two of these, pick the one that does exactly what you need with the fewest extra steps. A split-plus-extract can usually be a single extract-pages run. A rotate-plus-remove can usually be one pass through Organize PDF.
Rotating pages correctly
PDF page rotation is not a visual trick — it is a real metadata change written into the file. A rotated page is stored as rotated, not as an image tilted on top of an unchanged page. That matters because it affects printing, text extraction, and what happens when the file is merged with other PDFs. A badly rotated page will print sideways on the paper, extract text in garbled order, and push every page after it into the wrong orientation if it gets merged.
- Open the Rotate PDF tool and upload the file.
- Look at each page's thumbnail. Decide whether to rotate all pages by the same amount or only specific pages.
- If only specific pages need rotation, select them and apply the rotation (90° clockwise, 90° counter-clockwise, or 180°).
- Preview the result. Every page should now be upright.
- Download and verify in a PDF reader — select text on the rotated pages and confirm it still extracts in the correct order.
One honest limitation: if the source PDF is a flat image on each page (a scan with no text layer), the rotation is cosmetic — the underlying image is rotated, which is what you want visually, but there is no text layer to rotate along with it because there was no text layer to begin with. If you need searchable, extractable text on the rotated pages, run OCR first.
Splitting a PDF the right way
Splitting means producing more than one file from a single PDF. There are three common split strategies, and picking the right one saves a lot of time. Range split: you specify one or more page ranges, each becoming its own output file. Best when chapters have known boundaries. Every-N split: the tool breaks the PDF every N pages. Useful for batching scanned pages into manageable chunks, though rarely useful for readable documents. Single-page split: every page becomes its own file. Helpful if you need to attach specific pages individually, less useful for general reading.
For most real documents, range split is what you want. Before splitting, open the source PDF and write down the page numbers where each section starts. A 200-page annual report might split into Introduction (pages 1–10), Financials (11–80), Operations (81–150), and Appendix (151–200). Each output becomes a separate file, and you can send each to the stakeholder who needs it.
Extracting vs removing pages — which is which?
Extract Pages and Remove Pages sound like opposites, and they are, but the choice between them depends on what you want to keep. Extract Pages keeps only the pages you select — everything else is thrown away. Use this when you want a small subset (one chapter, one section, one specific page) and you don't care about the rest. Remove Pages keeps everything except the pages you mark — the selected pages are thrown away. Use this when you want the full document minus a few mistakes (blank pages, duplicated pages, pages that shouldn't be there).
Rule of thumb: if you are keeping less than half the file, use Extract Pages. If you are keeping more than half, use Remove Pages. Either tool produces a new file — the original is never modified.
Reordering pages with Organize PDF
Organize PDF is the Swiss army knife for page-level work. It shows every page as a draggable thumbnail and lets you rotate, remove, reorder, and (with multi-file upload) insert pages from another PDF into the current one. The operations compose: you can rotate page 3, remove page 5, drag page 10 to position 1, and insert three pages from a second PDF — all in one upload-process-download cycle. This is faster than chaining three separate tools, and it avoids the quality loss that comes from uploading and downloading the same file multiple times through different compressors.
- Upload the main PDF. The workspace shows every page as a thumbnail.
- If you are inserting pages from another file, upload it too. Its pages join the thumbnail grid.
- Drag thumbnails to reorder them. Use the rotate controls on specific pages that need rotation.
- Mark any pages you want to remove.
- Check the preview order — the final PDF will use whatever order the thumbnails are in.
- Run the job and download the result.
- Verify in a PDF reader. The first page should be what you set, the last page should be what you set, and the removed pages should be gone.
Common page-level mistakes
- Forgetting to rotate pages before merging. Landscape and portrait pages merged together produce a file that flips between orientations and is awkward to read.
- Deleting the wrong page because the tool is 0-indexed in the background but 1-indexed in the UI. Always trust the thumbnail, not the number.
- Using Every-N split on a book. You end up with chapter breaks in the middle of a paragraph.
- Splitting a PDF that still has a cover page on every output. Strip the cover first if you want clean splits.
- Reorganizing a PDF that has internal bookmarks. Moving pages can strand a bookmark on a page that no longer exists. After reorganizing, regenerate the bookmarks if the document is long enough to need them.
After the operation: common cleanup
Any page-level change can produce a file that needs finishing touches. Two common cleanup steps. First, renumber pages if the original had page numbers baked in — the old numbers will be out of sync with the new order. Strip them with a page-numbers editor and re-apply fresh numbering. Second, compress the result. Organize-style operations don't usually optimize file size; running the output through a compressor cleans up unused objects and brings the file back to a reasonable size.
Privacy during page-level operations
These tools see every page of the PDF you upload. OkFarsi processes every page-level job in an isolated worker, deletes uploads and outputs shortly after download, and never retains document contents. For sensitive files — contracts with redactions, medical records, internal HR documents — those rules matter more than speed. If you are about to work with a truly sensitive PDF, unlock it only when necessary, rotate or split what you need, and lock the resulting file again before sharing.
Ready to work on your pages?
Pick the tool that matches your problem. Rotate for orientation fixes, Split for breaking a file into pieces, Extract or Remove for keeping or dropping a subset, and Organize PDF when you want to do several of these in one pass. Every one of them runs in the browser — no install, no signup, no watermark.