-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
external pdf conversion broken #4806
Comments
Report: the second option: namely,
works fine on Win10 (64bit). Apparently the interface (for lack of a better name) through Interestingly enough, the following also works:
if the Otherwise,
fails with the following message:
So perhaps the quoting system is failing at some point, Notice that I used the |
"c:\program" not runnable or equivalent This can in some cases be overcome by use |
Indeed.
tried to no avail:
Exit message: So I fear the shell quoting system is truly broken on Woe10. |
This will be a long haul as SumatraPDF DOES adjust for "%" and Take a simple case on command line this will be acceptable to CMD but not permitted in SumatraPDF
response
However when run as a SumatraPDF command line it will not run for several security and parsing reasons starting with the external environmental %comspec% is not called (not allowed for an initial command). Thus for that case we need to use the longer system call or simpler call a fixed location batch file by name ! SumatraPDF 3.5.2 will "interfere" with the calling by automatically append the filename and alter the That in not uncommon in Windows VBA or VBS ! but is not the case here! The solution is similar to override the |
neither doublet nor triplet worked, if that's what you meant to imply in your post; so, for the time being, I'll stick to the previous solution:
since my system has gswin64c.exe in the path. I'll test the other solution tomorrow in the machine at school. |
hello! tried another, older gs (portable) installed at school, and the space seems indeed to be the problem:
and
run without issue, with paths without spaces. Interestingly, the setting
runs without trouble, but there seems to be no way to debug it. |
So, does the space parse problem qualify as a bug? |
I previously opened an issue cant remember the number when I first had to use " |
Followed the instructions at issue #4261 and the conversion failed.
The same happened with the previous gs9.23. I am using SumatraPDF 3.5.2 64 bits on Win10.
The text was updated successfully, but these errors were encountered: