| Issue 62: | spaces in the input.pdf filename on Windows | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Expected invocation: pdfsizeopt_python pdfsizeopt.py "my input.pdf" Add support for spaces in the input.pdf filename on Windows. sys.argv seems to be useless, quotes are already removed and args not joined. Get the real data from: >>> import win32api >>> win32api.GetCommandLine () 'python -i' |