REVERSE does not work correctly.
Brought to you by:
phelps
I am trying to reverse the last 50 pages of a pdf. I have tried all of the following:
tool.pdf.split -page 1-50,100-51 file.pdf
tool.pdf.split -page 1-50,50-100%reverse file.pdf
or even
tool.pdf.split -page reverse file.pdf
Nothing works. All result in a file with normal page order!