Package: pdfchain
Version: 1:0.3.3-1
Severity: important

If specific pdf files are concatenated or if the order of pdf files is
changed after adding them to the list, pdfchain fails with the error
message "PDFTK returned error! Input/Output Error Error code: 256"
that results from wrongly created commandline arguments for pdftk:

   pdftk A="/tmp/a.pdf" cat B1-endN A1-endN output "/tmp/output.pdf" 

instead of

   pdftk A="/tmp/a.pdf" B="/tmp/b.pdf" cat B1-endN A1-endN output 
"/tmp/output.pdf" 


The bug is discussed in [1] and solved in newer upstream versions.


[1] https://bugs.launchpad.net/ubuntu/+source/pdfchain/+bug/1048045A


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to