- Is there a page limit for this tool, and why?
- Yes — 60 pages. Reordering needs a rendered thumbnail for every single page up front, unlike tools that only touch the pages you select. Rendering is done with pdf.js in your browser's main thread, and pushing that past 60 pages starts to feel sluggish on typical hardware. For longer documents, split out the section you need to reorder first (with the Split PDF tool) and reorder that smaller file.
- Does reordering affect quality?
- No. The thumbnails you drag are only a preview. The final PDF is built by copying the original page objects — fonts, images, and vector content — directly into a new document in your chosen order, the same copyPages mechanism the Split, Delete, and Extract tools use. Nothing is rasterized or re-compressed, so the output is byte-for-byte identical to the source pages, just reordered.
- Can I duplicate a page while reordering?
- No, not in this tool. Reordering moves each original page to a new position — every page from the source appears exactly once in the output, just possibly in a different spot. If you need a page to appear twice, use the Split PDF tool to extract it separately and then merge it back in with a PDF merge tool.
- Does this work on scanned PDFs?
- Yes. A scanned PDF's pages are just full-page images, and pdf.js renders those to a thumbnail exactly the same way it renders text and vector pages — there's nothing special about scans for this tool. This is actually one of the more common uses: a scanner batch that came out in the wrong sequence.
- What if I make a mistake while dragging?
- Click “Reset order” at any point before you confirm — it snaps every page back to its original position without needing to redrop the file. Nothing is written to disk until you click “Confirm order and download,” so mistakes mid-drag cost nothing.
- Does my PDF get uploaded anywhere?
- No. Both the thumbnail rendering (pdf.js) and the final reassembly (pdf-lib) run with JavaScript directly in your browser. There is no server request carrying your document at any point, so Convertitive never sees its contents.