Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
3

Initial View Page Layout setting ignored

Explorer ,
May 09, 2017 May 09, 2017

The other day Acrobat Pro DC turned on (by itself, unbeknownst to me) a setting in Edit, Preferences to "Restore last view settings when reopening documents."  After some frustration I found that option and turn it back off. All was fine, and that setting has remained turned off.

Around noon today Acrobat began opening every single PDF in single-page layout, regardless of the file's initial view settings.  Other initial view settings, e.g., Navigation tab, Magnification, Open to Page, are reflected as set when PDFs are opened.

Restarting program, rebooting computer haven't helped.

Any idea why this is happening?

Windows 7 Professional, Acrobat DC update version 17.009.2044.

Thanks.

TOPICS
Create PDFs
8.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Adobe Employee ,
May 11, 2017 May 11, 2017

Hi,

Sorry for the delay in response.

Please refer to the steps suggested in the links below:

Adobe Acrobat DC does not respect "initial view" settings

Default Page Size Not Retained

Keep us posted with the results.

-Shivam

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 11, 2017 May 11, 2017

So, 2 days later, computer turned off overnight, i.e., at least two hard reboots, Acrobat still doing same thing ... No-one seems interested in answering, no ideas anyone?  It's driving me crazy, I have to check large numbers of files to make sure they open ok and that bookmarks go to the right place ... each time I have to assume they will open ok if initial view is set correctly (they do open ok for my co-workers), and each time I have to manually change the view to continuous to check bookmarks. Aaaargh!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 11, 2017 May 11, 2017

Hi,

Sorry for the delay in response.

Please refer to the steps suggested in the links below:

Adobe Acrobat DC does not respect "initial view" settings

Default Page Size Not Retained

Keep us posted with the results.

-Shivam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 12, 2017 May 12, 2017

Thank you. Yes, it was the preference Accessibility > "Always use Page Layout Style" that had for whatever reason turned itself on. I turned it off, PDFs open with their defined layout now. Thanks for your help! Danny

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 13, 2017 May 13, 2017

You're Welcome!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 07, 2019 Nov 07, 2019

But the problem with this is that if we send a file to a client set to open 2 up so that it forces spread view-- and the client has this preference clicked-- we cannot control how the document is viewed which was the entire point of this setting- right? No way to override?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jul 04, 2021 Jul 04, 2021

Thank you so much! This has been driving me crazy for months and I did not find the cause -- before coming here.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 08, 2022 Mar 08, 2022

It's now 5 years since this thread happened, and Acrobat still ignores the setting. This still hasn't been fixed. And the link to that support article no longer exists. Also the Accessibility setting of "Always use page layout style" is not enabled. Come on.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 24, 2022 Jun 24, 2022

I agree, this needs to be picked up by developers as is still causing issues. It should be simple to have documents open in their pre-defined layout but the existence of so multiple preferences to overide it (and defaulting them to on) is ridiculous

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 25, 2022 Jul 25, 2022

Unfortunatelly, this setting changes nothing for me, and I have this same problem in 3 PCs with 2 different versions of Acrobat, that all used to respect the initial view I set.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 03, 2024 Apr 03, 2024

I had all these settings as described in Default Page Size Not Retained and still the settings in "File>Properties>Initial View" were ignored.

Something else helped me: Unchecking 

Restore last view settings when reopening documents.

Go to:

View > Preferences...

Select "Documents" from Categories and in the first section "Open Settings" check if the "Restore last view settings when reopening documents." is unchecked.

acrobat--initial-view.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Apr 05, 2024 Apr 05, 2024

THANK YOU MatejKriz !!!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 25, 2025 Aug 25, 2025

i found that needed layout can be setted with next line of code  at document level initial script 

 app.setTimeOut('this.layout = \"TwoPageLeft\"',100);

it works even with checked   "Restore last view settings when reopening documents."

But !!! 

it works in case - i open file via menu : "File-Open..."

In case i double click file at  file explorer -and then Acrobat is launching opening this file  - this line  of code is ignored - and if last view was  for example "SinglePage"  

Please play with attached demo file 

Is there any idea -why we have such different behavior  upon the way of opening file?

does it exist the way to hard set   initial Two Page Layout in all cases ?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 25, 2025 Aug 25, 2025
LATEST

Solution 2 (just invented !!!) 

1. Document properties -Initial View-Page Layout -Two Up (Facing) + .......

2. Documents Actions- Document will close -       this.layout = "TwoPageLeft"

 

no initial script

 

please check idea with attached file 

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines