diff options
-rwxr-xr-x | pdfdouble | 3 | ||||
-rw-r--r-- | readme | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -26,4 +26,5 @@ echo ' 1. Print odd. They may be more odd pages than even, but not more even than odd. 2. Flip. -3. Print even.' +3. Print even. +4. Keeping the page order, flip each page in place.' @@ -3,4 +3,5 @@ This may be worked around is software. To account for the reversal, reverse the contents of the PDF. To account for the single-sided printing, split the odd and even pages of the PDF. Print the odd pages, then flip the output and re-insert those pages to the printer -(ideally not upside down). Then, print the even pages. +(ideally not upside down). Then, print the even pages. Finally, +keeping the page order, flip each page once more, by hand. |