NetTalk Central

Author Topic: Open Pdf file with parameters  (Read 2716 times)

zolinovak

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • Email
Open Pdf file with parameters
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: Open Pdf file with parameters
« Reply #1 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