-
Notifications
You must be signed in to change notification settings - Fork 18
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 booklet command #77
Conversation
Thank you very much for your contribution @pastor-robert 👍 We were already working on a A PR is in progress: #65 |
Thanks! I was very eager to get started, so I did not start a discussion or survey existing work. Mea culpa. However, I don't see the overlap between these two. #63 is about specifying the output paper size of the x2pdf command. #77 produces an output file which, when printed and folded appropriately, creates a booklet. Notably, this feature does not include any resizing. This PR reorders pages into "signature order" or "book order". Assuming an 8-page
If you are seeing an overlap that I'm missing, can you help me understand what that is? |
You are right, there is no overlap with this feature 😅 So the question is: we could have Also, it seems that the The more I think about it, the more I'm starting to think that a dedicated What do you think about it @pastor-robert? 🙂 |
Thanks @Lucas-C . I went through about the same logic that you did. After I posted that note, I found #64 / #67. I thought about commands like My intuition is that end-users would be more confused by adding book-order printing to either of those features than they would be by having the feature stand alone. My recommendation is to make
I thought about having |
Alright, you convinced me @pastor-robert 🙂 Merged! Thank you very much for this excellent addition 👍 |
## What's new ### New Features (ENH) - New `booklet` command to adjust offsets and lengths ([PR #77](#77)) - New `uncompress` command ([PR #75](#75)) - New `update-offsets` command to adjust offsets and lengths ([PR #15](#15)) - New `rm` command ([PR #59](#59)) - `metadata`: now also displaying CreationDate, Creator, Keywords & Subject ([PR #73](#73)) - Add warning for out-of-bounds page range in pdfly `cat` command ([PR #58](#58)) ### Bug Fixes (BUG) - `2-up` command, that only showed one page per sheet, on the left side, with blank space on the right ([PR #78](#78)) [Full Changelog](0.3.3...0.4.0)
This has been released in version |
Add command "booklet". It reorders and 2-ups the pages to create a booklet. Booklets have a page count that is a multiple of four. If the input file's page count is not a multiple, blank pages, or user-specified pages, are inserted in fixed locations.