How do I print multiple pages per sheet and even/odd pages enabled without messing the order?
I just can't figure out how to do it. My printer doesn't have Duplex feature so I have to print the odd pages first and then even.
The problem is that it doesn't work for multiple pages per sheet, if I want to print 2 pages per sheet with odd/even pages then that means it will mess up the order:
- It will print page 1 first and then page 3 in the same sheet, as an example completely ruining everything.
What I want is:
- Printing page 1 then page 2 in the same sheet, and then in the next sheet, I want it to print sheet 5 and 6
What I'm doing right now is first creating a PDF document with multiple pages in one sheet and then enabling odd/even and printing them but that takes a lot of time, is there any way to make it work like I want it to? Thanks in advance!
