Drag and drop to reorder PDF pages, rotate or delete individual pages, and preview all pages before saving. Free, no watermarks, no signup required.
Select a PDF to organize
Drag & drop your PDF file here
PDF files only · Up to 100 MB
How it works
No software to install. Works on any device with a modern browser - desktop, tablet or mobile.
Click "Select PDF file" or drag and drop your PDF onto the page. SupaPDF reads every page instantly and displays them as thumbnails in a visual grid.
Drag thumbnails to rearrange pages. Hover over any card to reveal rotate (↺ / ↻) and delete (✕) controls. Changes are shown live with animated previews.
Click "Organize PDF" to apply all your changes - reordering, rotations and deletions - in one pass. Your new PDF is ready to download in seconds.
Why SupaPDF
Trusted by developers and businesses worldwide to rearrange PDF documents reliably and at scale.
Reorder, rotate and delete pages in a single job - no need to run separate tools or download intermediate files between steps.
All uploads use encrypted HTTPS. Your files are permanently deleted from our servers immediately after your download is complete.
See every page as a thumbnail, rotate previews update in real time with smooth animation so you always know exactly what the output will look like.
Automate PDF organization in your own apps using our REST API. Chain rotate and organize operations in a single job with precise page ordering.
Developer API
Chain rotate and organize operations in a single job to reorder, rotate and delete pages in one pass - no intermediate downloads needed.
curl -X POST https://api.supapdf.com/v1/jobs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tag": "organize-pdf-job",
"tasks": {
"upload-1": {
"operation": "import/upload"
},
"rotate-90": {
"operation": "rotate_pdf",
"input": ["upload-1"],
"angle": "90",
"pages": "2,5"
},
"organize": {
"operation": "duplicate_organize",
"input": ["rotate-90"],
"page_order": "3,1,4,2,5"
},
"export-result": {
"operation": "export/url",
"input": ["organize"]
}
}
}'Chain as many rotate_pdf tasks as needed (one per angle), then pass the final page_order to duplicate_organize - pages omitted from page_order are deleted. Duplicate a page number to repeat it in the output.
FAQ
Everything you need to know about organizing PDF pages with SupaPDF.
Ready to organize your PDF?
Free to use · No account required · Instant download