Fix 2-up printing#78
Merged
Lucas-C merged 5 commits intopy-pdf:mainfrom Dec 3, 2024
pastor-robert:up2fix
Merged
Conversation
Member
|
Thank you very much for your contribution 👍 Could you maybe use this opportunity to add a unit test, by initatiating a Also, the GitHub Actions pipeline is failing, but just running |
Contributor
Author
Sure. I'll do that tonight.
Thanks. I'll run |
Member
|
Good job on this 👍 Thank you very much for your contribution! |
MartinThoma
added a commit
that referenced
this pull request
Dec 8, 2024
## 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)
Member
|
This has been released in version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed a call to
merge_translated_page. Apparently, the switch from PyPDF2 to pypdf changed the signature ofmerge_translated_page, adding theoverparameter. Change the call to use keyword parameters.The symptom was 2-up only showed one page per sheet, on the left side, with blank space on the right.