--viewer-page-layout support for twopageright and twopageleft #134

Closed
alister wants to merge 2 commits from alister/img2pdf:alister-patch-1 into main
There is no content yet.
alister added 1 commit 2 years ago
josch commented 2 years ago
Owner

Thanks! But according to the PDF reference manual, TwoPageLeft and TwoPageRight are only supported since PDF 1.5. So could you add something like this at the correct place:

if self.output_version < "1.5":
    self.output_version = "1.5"

Thanks!

Thanks! But according to the PDF reference manual, TwoPageLeft and TwoPageRight are only supported since PDF 1.5. So could you add something like this at the correct place: ``` if self.output_version < "1.5": self.output_version = "1.5" ``` Thanks!
alister added 1 commit 2 years ago
josch commented 2 years ago
Owner

Fixed via e8ca53738f

Thanks!

Fixed via e8ca53738fb248de739c19ba426cf7569115a8c4 Thanks!
josch closed this pull request 2 years ago
Please reopen this pull request to perform a merge.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b alister-alister-patch-1 main
git pull alister-patch-1

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff alister-alister-patch-1
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: josch/img2pdf#134
Loading…
There is no content yet.