Worked example: assemble a six-page application packet
- Example input
- cover.pdf (1 page), form.pdf (3 pages), evidence.pdf (2 pages), selected in that order.
- Example output
One six-page PDF: cover first, form pages second through fourth, and evidence last.
How to interpret it
The engine copies every page from each input sequentially; 1 + 3 + 2 = 6, and it does not sort files by filename after selection.