I want to print document in double side two-up A4 paper,
Page folding:
/ 1,2
/ / 3,4
< <
|\ \ 6,5
| \ 8,7
|
| / 9,10
|/ / 11,12
< <
|\ \ 14,13
| \ 16,15
|
| / 17,18
|/ / 19,20
< <
|\ \ 22,21
| \ 24,23
|~~~
so the result page order should be:
1,8,3,6, 9,16,11,14, 17,24,19,22, (positive side of paper)
20,21,18,23, 12,13,10,15, 4,5,2,7 (reverse side of paper)
I'm using LaTeX, and I guess maybe I can do the rearrangement within LaTex, or maybe there is some utilities to do post-process on PDF documents?