Organize
Click or Drag & Drop
Use a custom sequence of page numbers or expressions to define a new order.
Custom Page Order:
Provide a comma-separated list, e.g., 4,7,12-16 or use functions like 2n+1.
Examples:
4-7,2,13,10-12 → Pages 4 to 7, then page 2, followed by page 13, and finally pages 10 to 12.
Function Explanation:
・n = total number of pages
・2n+1 = all odd-numbered pages
・2n = all even-numbered pages