Rearrange Pages

    Drop a PDF file here or click to upload

    No size limit — large files welcome

    🔒 Your files are processed securely and never uploaded to any server.

    You Might Also Need

    What is Rearrange Pages?

    Rearrange Pages lets you reorder the pages in a PDF by specifying a custom page sequence. You provide a list of page numbers in the order you want them to appear — for example, "3,1,2,5,4" puts page 3 first, then page 1, then page 2, and so on.

    The tool uses pdf-lib to parse the order string into page indices, copy pages from the source document in the specified sequence, and write a new PDF with the reordered pages. The page content is preserved exactly — only the order changes.

    You can repeat pages in the sequence (e.g. "1,1,2" duplicates page 1), skip pages (omitted pages are not included in the output), and create any arbitrary ordering. The output contains exactly the pages you specified, in the order you specified.

    How to Use Rearrange Pages

    1. Drop a PDF file onto the upload zone, or click to browse and select it. The tool reads the document and determines the total page count.
    2. Enter a page order as a comma-separated list of page numbers: 3,1,2,5,4. Pages are 1-based. You can repeat pages (e.g. 1,1,2 duplicates page 1). You can skip pages — only the pages you list appear in the output.
    3. The tool validates your input against the document's actual page count. Invalid page numbers are silently skipped. If you list only valid pages, the output contains exactly those pages in your specified order.
    4. Click Rearrange Pages. The tool parses the order string, copies pages from the source in the specified sequence, and writes a new PDF.
    5. A download button appears with your file, named organized.pdf. The output contains your pages in the exact order you specified.

    Why Use Rearrange Pages?

    Scanned documents frequently arrive out of order — pages scanned in reverse, interleaved from multiple sources, or shuffled during processing. Rearrange Pages restores the correct reading order in seconds.

    Presentations and reports benefit too: moving a cover page to the front, repositioning an appendix, or putting pages in a custom review sequence is a common pre-distribution task. Rather than re-exporting from the source application, you can fix the order on the final PDF.

    Legal teams use page reordering to assemble exhibit packages in the correct sequence, ensuring that exhibits appear in the order referenced by the filing. This is especially useful when exhibits arrive from multiple sources in random order.

    Privacy & Security

    Your files never leave your browser. Every step — reading, reordering, and writing the output — happens on your own device. Nothing is uploaded to Racira's servers, no copies are stored in the cloud, and no file data is transmitted at any point.

    Frequently Asked Questions

    Can I duplicate pages?

    Yes. Include the same page number more than once in your order string. For example, 1,1,2 produces a three-page document with page 1 appearing twice followed by page 2. This is useful for creating multiple copies of a signature page or a cover sheet.

    What happens if I enter an invalid page number?

    Invalid page numbers (outside the document's page range) are silently skipped. The output contains only pages that exist in the source document and were included in your order string. No error is thrown.

    Can I skip pages?

    Yes. Only the pages you list in your order string appear in the output. If you have a 10-page document and enter "1,3,5", the output contains only those three pages — pages 2, 4, 6-10 are omitted.

    Can I use page ranges in the order string?

    No. The order string accepts individual page numbers separated by commas. For page ranges, use the Extract Pages tool first to pull the pages you need, then rearrange.

    What if I enter the same page number multiple times?

    The page is duplicated in the output. Entering 1,1,1,2 produces a 4-page document where page 1 appears three times followed by page 2.

    Does rearranging affect page numbers in the reader?

    Yes. The output document renumbers pages sequentially from 1. If you move page 5 to position 1, it becomes page 1 in the output.