J
Jacob Suzerain
How do you pass parameters to external files you hyperlink to?
I maintain notebooks with extracts of documents I work from. These are
scanned pdfs and I need to add a hyperlink with a reference to the specific
page in the pdf.
According to the acrobat documentation the way to reference a page in a pdf
externally is as follows:
Acrobat.exe /A "page=4=OpenActions" "C:\example.pdf"
(This according to Microsoft seems to be the correct way to do it
http://office.microsoft.com/en-us/word/HP101640101033.aspx )
This workd perfectly from the command line or if its put in a shortcut.
However if you try to insert a hyperlink of this form it fails in as onenote
apparently doesn't know to pass on the parameters (also unlike word you cant
embed a shortcut in onenote).
How should I be constructing the hyperlink to make this work?
I maintain notebooks with extracts of documents I work from. These are
scanned pdfs and I need to add a hyperlink with a reference to the specific
page in the pdf.
According to the acrobat documentation the way to reference a page in a pdf
externally is as follows:
Acrobat.exe /A "page=4=OpenActions" "C:\example.pdf"
(This according to Microsoft seems to be the correct way to do it
http://office.microsoft.com/en-us/word/HP101640101033.aspx )
This workd perfectly from the command line or if its put in a shortcut.
However if you try to insert a hyperlink of this form it fails in as onenote
apparently doesn't know to pass on the parameters (also unlike word you cant
embed a shortcut in onenote).
How should I be constructing the hyperlink to make this work?