Hi,
I have pdf document in network shared folder(share is on windows box) accessed by UNC Path as below.
\\ipaddress\sharename\path\to\file\x.pdf
For some reason I am unable to get PDF open parameters for example #search='cars' working along with UNC paths.
I have tried
\\ipaddress\sharename\path\to\file\x.pdf#search='cars'
\\ipaddress\sharename\path\to\file\x.pdf#search=\'cars\'
\\ipaddress\sharename\path\to\file\x.pdf%23search%3D'cars'
\\ipaddress\sharename\path\to\file\x.pdf%23search%3d\'cars\'
It works fine with http URL
http://ipaddress/path/to/pdf/x.pdf#search='cars'
Any help is greatly appreciated.
Thanks in advance.
Gopal.
"Adobe defines parameters that allow you to open a PDF document with a command or URL that specifies exactly what to display (a named destination or specific page), and how to display it (using such characteristics as a specific view, scrollbars, bookmarks, annotations, or highlighting).
The PDF Open parameters for URLs, described in the table below, are supported through the Netscape and Internet Explorer browsers, and can also be used when opening PDF documents programmatically:"
I saw no examples for local or networked drives or directories.
George Kaiser