jenom / pdfbook2

Create booklets from PDF files
GNU General Public License v3.0
57 stars 11 forks source link

Make --signature option work #4

Closed wom-bat closed 4 years ago

wom-bat commented 4 years ago

pdfjam --booklet true always combines all pages into one signature. So if the user specifies how many pages in a signature, do not pass --booklet true to pdfjam.

Fixes issue #3

jenom commented 4 years ago

Thanks a lot for the fix. It is much appreciated. I have already migrated to Python 3 and therefore incorporated your fix manually.