josch pushed to main at josch/img2pdf 2023-05-29 07:25:31 +00:00
7fa67bb337 demote print() to logger.debug()
josch commented on issue josch/img2pdf#164 2023-05-28 15:37:44 +00:00
new(?) issue with converting 2-color TIFF images to PDF.

I seem unable to find out how to create a bilevel image with GIMP. I can do a 256 color palette image or an 8-bit grayscale image. But which buttons do i have to click to make my image have only…

josch commented on issue josch/img2pdf#156 2023-05-28 13:28:45 +00:00
--help doesn't work

I think the problem is now solved. Thank you very much @bbbradsmith for your very helpful input which finally fixes this problem on Windows! 💙

josch pushed to main at josch/img2pdf 2023-05-28 13:27:11 +00:00
7d40569aa1 Inform the user what is happening when running without any arguments and suggest using --help to get the help text (closes: #156)
83f9c32328 appveyor.yml: try out --console --nowindowed
Compare 2 commits »
josch closed issue josch/img2pdf#156 2023-05-28 13:27:10 +00:00
--help doesn't work
josch commented on issue josch/img2pdf#166 2023-05-28 12:57:52 +00:00
Invalid Argument Error When Using Special Characters in Output Filename

Okay. I do not have access to a Windows machine. Maybe other Windows users like @soheday or @bbbradsmith have some knowledge about encoding problems like this on Windows?

@soheday, @bbbradsmith:…

josch commented on issue josch/img2pdf#156 2023-05-28 06:45:51 +00:00
--help doesn't work

Using --console does not prevent the Windows application from opening GUI windows, it only makes sure there is console open for standard output. The --noconsole option is for GUI-only programs…

josch commented on issue josch/img2pdf#156 2023-05-28 05:01:47 +00:00
--help doesn't work

You can download legal free Windows images that run in virtual machines. They have some restrictions, but are more than good enough for testing.

This is my computer: https://shop.mntre.com/pro

josch commented on issue josch/img2pdf#167 2023-05-28 04:51:28 +00:00
Paper size transpose in Windows

I can easily put the "A4^T" in the example in double quotes so that it even works in the windows shell.

I'm not going to remove the ^T notation as the caret character has a long history of…

josch commented on issue josch/img2pdf#166 2023-05-27 18:35:35 +00:00
Invalid Argument Error When Using Special Characters in Output Filename

I just ran

img2pdf image.png -o "Umbrella ☂.pdf"

and it works fine on my system.

Which operating system are you using?

josch commented on issue josch/img2pdf#165 2023-05-24 11:59:32 +00:00
How do convert an image to pdf so it opens in viewable zoom level?

Only the free software viewers. I don't think you can even install Adobe Acrobat on Linux these days (I know it was possible in the past).

josch commented on issue josch/img2pdf#165 2023-05-24 07:22:41 +00:00
How do convert an image to pdf so it opens in viewable zoom level?

This seems to be a duplicate of #40.

When I implemented the --viewer-magnification option I only duplicated what libre office does when exporting to PDF. In that export dialog, libre office…

josch commented on issue josch/mmdebstrap#37 2023-05-22 12:30:19 +00:00
makedev operation not permitted

Hi,

what are the contents of your examples/debian-bookworm-minimal-watchdog.yaml? Anyways, as you are not running bdebstrap as root, mmdebstrap is either run in unshare or fakeroot mode.…

josch pushed to main at josch/mmdebstrap 2023-05-07 06:47:49 +00:00
c66b41eb7e Use dpkg-query --show to not get stuck in a pager
josch pushed to main at josch/mmdebstrap 2023-05-06 06:33:32 +00:00
e27a8d3472 tests: doc-debian 11.0 changed the doc-base paths
6dd3e557db Reword gpgvnoexpkeysig public domain claim
Compare 2 commits »
josch commented on issue josch/img2pdf#156 2023-04-30 07:01:33 +00:00
--help doesn't work

But if this is true, then this means that the appveyor windows builds never worked. I'm really upset about the Windows situations as people keep asking for it but then do not test it:…

josch commented on issue josch/img2pdf#163 2023-04-30 06:45:13 +00:00
Past version release binaries?

It is actually entirely possible that you obtained your old exe from me as I offered them to download via the appveyor CI pages. I recently permanently stored them as part of release artifacts…

josch commented on issue josch/img2pdf#156 2023-04-30 03:09:50 +00:00
--help doesn't work

There is some hint about what is going on here:

Under some conditions stdin, stdout and stderr as well as the original values…

josch commented on issue josch/img2pdf#163 2023-04-30 02:52:39 +00:00
Past version release binaries?

I see. I guess you delete old releases, along with their binary, whenever you make a new one?

No, I just didn't create a "release" for any version earlier than 0.4.4. The only reason that I…

josch commented on issue josch/img2pdf#156 2023-04-30 02:47:43 +00:00
--help doesn't work

The difference between sys.stdin and sys.stdin.buffer is, that the latter is raw binary data while the former is a python string decoded according to the current locale. Using sys.stdin