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

Closed
alister wants to merge 2 commits from alister/img2pdf:alister-patch-1 into main
First-time contributor
No description provided.
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!
Owner

Fixed via e8ca53738f

Thanks!

Fixed via e8ca53738fb248de739c19ba426cf7569115a8c4 Thanks!
josch closed this pull request 2022-03-25 13:03:23 +00:00

Pull request closed

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
No description provided.