-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add shuffle mode #47
Comments
Isn't this already achievable with the current version of stapler by using |
(1) is blocked by #38 (even/odd pages) |
I see, what do you think of getting #38 done and then asking users to do apply the transformation by taking two steps (with temporary files, like you mentioned)? I'm not sure if there's enough demand to create a special command for only this use case. |
When you duplex scan landscape pages, even and odd pages need to be rotated differently. I think this is a pretty common use-case and was the main reason I discovered PDFtk in the first place. |
Similar to PDFtk, this should (1) split a file into multiple batches (specified by ranges) and (2) zip them back together. This allows to apply different rotations to even/odd pages.
The text was updated successfully, but these errors were encountered: