These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Determining zoom focus when PDF is opened?

barrycards
Registered: Oct 30 2008
Posts: 1

Hello,

I'm a newbie and need to know ... Am I just missing it? A setting or something? I want to create a PDF and place it on my website, but I want the focus of the PDF when opened to fit the page in the screen rather than zoomed it so you can only see a quarter of the page. Or is there a recommended setting? Please help.

My Product Information:
Acrobat Standard 9.0, Windows
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1876
In Acrobat 9, open the document, right-click anywhere on a page, select Document Properties, select the Intial View tab, and select what you want in the Magnification drop-down. I usually prefer Fit Width, but which is preferred may depend on the page orientation (portrait vs landscape). It sounds like you want Fit Page.

George
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
You can set the initial page zoom in the PDF properties initial view.

You can add docudment level script:

// set zoom type to fit page
this.zoomType = zoomtype.fitp

If you are linking to the PDF from a web server you can inclde the zoom parameter in the link:

http://example.org/doc.pdf#paqge=1&view=fit

George Kaiser