Page 1 of 1

local link to page of pdf

Posted: Mon Mar 11, 2019 3:29 pm
by PGF
Hi,
I'd like to create a link to a pdf-file in my local Network.
This link should lead to a specific page of the document.
How can I do that?

I tried to create a link in Windows an add "#page=106", but it's not working.

THX for your help in advance :D

Re: local link to page of pdf

Posted: Mon Mar 11, 2019 6:01 pm
by Ovg
If I understood correctly

"drive:\path\PDFXedit.exe" /A "page=NNN" "drive:\path to yourpdf\file.pdf"

:idea: https://help.pdf-xchange.com/pdfxe7, see appendix for Command line options :idea: :mrgreen:

Re: local link to page of pdf

Posted: Mon Mar 11, 2019 6:13 pm
by TrackerSupp-Daniel
Thanks OVG!

:D

Re: local link to page of pdf

Posted: Thu Mar 14, 2019 5:17 pm
by PGF
THX Ovg!
"C:\Program Files\Tracker Software\PDF Editor\PDFXEdit.exe" /A page=002 "H:\Desktop\Export\Test.pdf"
It works, only the length of the whole command is limited :roll:

Re: local link to page of pdf

Posted: Thu Mar 14, 2019 6:59 pm
by Ovg
You can map network location to a single drive letter or map local folder to a drive letter with c:\windows\system32\subst.exe

Re: local link to page of pdf

Posted: Fri Mar 15, 2019 12:04 am
by TrackerSupp-Daniel
Thanks OVG!