-
1. Re: How can I make my PDF open to "Fit One Full Page to Window" by default regardless of who is opening it?
GKaiseril Nov 10, 2014 9:48 AM (in response to Jmprado)With Acrobat one can set the properties for a PDF and set the initial view. This should be honored by Acrobat and Reader but there are 3rd party viewers that might not honor these settings.
Note that the Initial View of the Properties for a given PDF will override the application Preferences.
-
2. Re: How can I make my PDF open to "Fit One Full Page to Window" by default regardless of who is opening it?
Jmprado Nov 10, 2014 12:19 PM (in response to GKaiseril)Thank you for the reply!
I know that you can set the initial view in the Properties > Initial View Dialog but it doesn't work for the type of document I'm setting up since the page sizes are all different. I'm really wondering if there is a default setting that you can attach to each PDF that reacts how "Fit One Full Page to Window" reacts. This fits all of the pages in the document, regardless of size, to screen.
-
3. Re: How can I make my PDF open to "Fit One Full Page to Window" by default regardless of who is opening it?
GKaiseril Nov 10, 2014 12:38 PM (in response to Jmprado)There is an option for the Initial View that is "Magnification:" "Fit Page". And this works for the initial page when the PDF is opened and it does not matter what the page size it, Acrobat/Reader will automatically fill the screen with the page. If you want the zoom type to change with each page then you need add a page open script to each page to set the pages zoom type to "zoomtype.fitP"
this.zoomType = zoomtype.fitP;
-
4. Re: How can I make my PDF open to "Fit One Full Page to Window" by default regardless of who is opening it?
Jmprado Nov 12, 2014 2:19 PM (in response to GKaiseril)I'm not very familiar with adding Javascript to PDFs in Acrobat. Where would this information go?


