External Viewers with Edge or Chrome: encode problem sending PDF page number #2454
|
First let me congratulate: I really enjoy using your great software. Question: I guess then that between SumatraPDF & Win the encoding occures. Is there a way to leave "#" as it is when it is sent to Edge? Or is there another way to send a PDF to Edge with its page number? Thanks for any tip and help. |
Replies: 5 comments 1 reply
|
After testing and testing.... and testing here the answer: |
|
The correct call should not be that different, however I agree that using the following is not obvious as to why Is not |
|
@GitHubRulesOK thank you for the answer. |
|
the Quotes are to keep the target as one object thus part cosmetic but ensures a file or server with spaces in the name are treated as one continuous text block. |
|
Thanks again. I agree with quotes: usually in fact are necessary either for the PDF file path or for the PDF name itself. Without them, the sending file is truncated at the first space found in the full file path. For that reason I left them just around "%1". |
After testing and testing.... and testing here the answer:
Add
file:///in the code before"%1"and it works.