Skip to content

Free toolsPDF

Organize PDF

Arrange the pages by eye or type the order; every page, once, where you want it.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to organize PDF

  1. Drop the PDF.
  2. Arrange the pages by eye, or type the order.
  3. Press Organize and download.

What happens to your file

The pages are written out in the order you chose, exactly as they are: text stays selectable, links and form fields survive, nothing is rasterised or re-compressed.

Every page must be placed exactly once — a page named twice or left out is refused with the count before anything is uploaded. To drop pages, use Delete PDF pages; to keep a few, Extract PDF pages.

Questions

How do I reverse a PDF?

Type the order as a countdown — "12-1" for twelve pages — or press Reverse in the arranger. A scanner that fed the last page first is the usual reason.

Can I reorder a scanned PDF?

Yes; pages are moved as they are, pictures included. Run OCR PDF afterwards if you want the result searchable.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "pdf.reorder",
    "options": {}
  }'

The same operation, pdf.reorder — The same pages in the order you name — each exactly once, listed individually: `order: "3,1,2"`. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.