NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: zolinovak on September 18, 2007, 07:11:55 AM

Title: Open Pdf file with parameters
Post by: zolinovak on September 18, 2007, 07:11:55 AM
How can I open a Pdf document wit parameter like "zoom=1000" using a link from a NetWebBrowse procedure?

Zoltan Novak
Title: Re: Open Pdf file with parameters
Post by: Bruce on September 25, 2007, 12:28:17 AM
Hi Zoltan,

If it's possible at all it'll be part of the URL.
So the first question becomes;
a) does the PDF control read the URL at all and if so
b) what URL does it need to set zoom to 100% ?

This PDF sees to document it
http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParams.pdf

it would appear in your case it's as simple as setting the URL to
whatever.pdf#zoom=100
or maybe
whatever.pdf#zoom=100

Cheers
Bruce