The ValueError part of this issue should be fixed by 57d7e07e6badb252c12015388b58fcb5285d3158
Can you confirm?
Thank you!
I also added a bunch of test cases for this in b25429a4c11bd62171066e8b9caf1b80c610ee58 so that this problem doesn't happen again.
Could you try running pytest
with the latest…
This works for me both with pdfinfo as well as with evince:
diff --git a/src/img2pdf.py b/src/img2pdf.py
index 4300999..2acc0f6 100755
--- a/src/img2pdf.py
+++ b/src/img2pdf.py
@@…
I poked around a little bit more. I saw that you implemented some more code to represent the timezone offset properly. Would it not be easier to just store the timestamp in UTC instead of the…
The following diff implements the --include-thumbnails
option and does not include thumbnails by default. Could somebody try out if this does the right thing for them?
diff --git…
I've pushed some commits which will not include the ICC profile saved by GIMP for bilevel images. See #164 and https://gitlab.gnome.org/GNOME/gimp/-/issues/3438 for details.
Can you confirm…
Thank you for your input. I'm tempted to just close this issue because:
- another Windows user is not able to reproduce it
- i do not think that implementing platform specific filename…
I'm unsure what the best way forward is. Indeed pikepdf is not mandatory and img2pdf will work without it but produce slightly worse output. I'd like to see a solution where pikepdf is still…