Fixed via e8ca53738fb248de739c19ba426cf7569115a8c4
Thanks!
Thanks for bringing this up. In case you are not the last one to read the img2pdf source to make sense of how PDF works I recorded the result of this issue in a code comment 7c48bfb86813bd0ede3fae2…
As you can see from the commit, it wasn't me but @j_barlow who authored a826939.
As far as my understanding goes you are correct: we could use any multiplier. I think there is a simple reason…
Yes, this is documented in the --help
output for the infile
option:
If no input images are given, then a single image is read from standard input.
This is so that img2pdf can be used…
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_v…
Thanks for your bug report and the test input! If I understand the problem correctly, then this is a feature and not a bug. img2pdf by default outputs one page for each frame in a multi-frame…
We never need this if apt succeeds, correct? If yes, and this is only about figuring out why apt failed to do what it was asked to do, then instead we should add some code that, if apt fails, runs…
--mode=custom
It is likely a problem on your end and not with mmdebstrap. You also don't need --aptopt='Apt::Install-Recommends "false"'
because mmdebstrap doesn't install Recommends by default. To figure out…
I now filed this issue: https://github.com/pikepdf/pikepdf/issues/313
Hi @alkamao2020 please try out the exe I now uploaded at https://gitlab.mister-muffin.de/josch/plakativ/releases/tag/0.5 and close this issue once you have confirmed that this exe works on Windows.…