I usually check "Restore last view settings" in preferencs of Acrobat Reader. But I'm actually wondering where Acrobat Reader saves this information? In Windows Registry? In PDF file itself? On my local disk?

link|improve this question
feedback

migrated from stackoverflow.com Dec 16 '09 at 5:46

This question came from our site for professional and enthusiast programmers.

3 Answers

I'm not sure where it gets stored, but you might be able to figure it out by using Process Monitor to monitor the registry and other activity that occurs when running Reader.

link|improve this answer
feedback

I haven't checked this yet, but I'm pretty sure it saves the actual recent views in application data. This should be easy to test: look for the acrobat data in %appdata% then copy it to another computer or back it up. If the backup opens pdf to the same place, then that's it.

link|improve this answer
feedback

Looks to me like it is stored here in the registry:

HKCU\Software\Adobe\Acrobat Reader\9.0\RememberedViews
link|improve this answer
a sigh.... ....registry so there is not way to copy these settings from one computer to another to keep them in sync – Alex Kachanov Dec 16 '09 at 3:54
feedback

Your Answer

 
or
required, but never shown