Skip to main content
1 of 2

You can use qpdf

qpdf input.pdf --collate --pages . 1-z:even . 1-z:odd -- output.pdf

For more details, please see the QPDF Documentation.