Windows wildcards problem workaround #39
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
By Tim on 2017-11-28T11:08:54.579Z
I know this is very primitive yet I tried this on >300 pages and it works like a charm.
Congratulations! Now you can use the newly-created file list to pass the images' names to the program. Again, works just fine with big quantities of files.
By josch on 2017-11-28T11:10:37.673Z
Okay, but what is the issue with img2pdf that you would like to report?
By Tim on 2017-11-28T11:15:01.040Z
It's not an issue really, it's more of the information to the other users can know how to tackle a problem. If you wish, I can fork the git, update the readme (so people would know) and create a merge request.
By the way, I use the newest python 3.6.3 and the issue still persists.
By josch on 2017-11-28T11:24:14.574Z
The "issue" you speak of is not with img2pdf but with limitations of cmd.exe. The fact that cmd.exe doesn't support wildcards in command line arguments is not a problem with img2pdf. If you want wildcard support, then you should use a shell that supports wildcards. It's not the task of img2pdf to fix the limitations of your shell.
By josch on 2018-03-24T16:34:30.950Z
Status changed to closed