Issue 62: spaces in the input.pdf filename on Windows
Project Member Reported by pts...@gmail.com, Jul 2, 2012
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'