1. Custom Page Sequence
Background
A user has a 4-page document and needs to swap the middle pages to fix a logical flow error.
Problem
The original order is 1, 2, 3, 4, but the content requires 1, 3, 2, 4.
How to use
Upload the file and enter '1,3,2,4' in the Page Order field, keeping 'Append Remaining Pages' unchecked.
pageOrder: 1,3,2,4; appendRemaining: falseOutcome
A new 4-page PDF is generated with the pages in the exact requested order.