-
Notifications
You must be signed in to change notification settings - Fork 14
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
Creates books with flip on short-edge #26
Comments
It has the same behavior regardless if I specify |
I was able to temporarily fix this issue by putting |
@Geremia I just tried adding pdfJamCallList = [
"pdfjam",
"--a3paper",
"--landscape",
"--suffix",
"book",
tmpFile,
] Did I understand you correctly? |
Example of the issue: Source file: Command: pdfbook2 --paper letter --inner-margin=15 --outer-margin=15 Wanna\ Play\ Right\ Now.pdf Desired result: something like Observed result: |
Version:
Installed on MacOS with Homebrew as part of |
@edbrannin Yes, for some reason it worked for me. |
@Geremia What version of % pdfjam --version
3.10 |
@edbrannin Yes, that's my version, too. |
This program used to work, but now it creates booklets with the binding/flip on the short-edge, not the long-edge.
The text was updated successfully, but these errors were encountered: