josecm / PDFSessions

A javascript for Adobe Acrobat Reader that enables the user to save sessions (groups of open pdfs) and later restore them
21 stars 6 forks source link

Error when relaunching Adobe #2

Open jkeller2017 opened 7 years ago

jkeller2017 commented 7 years ago

Hi,

I am using Adobe Reader 9.5.5 under Os X 10.11.6 I get the menu Save/Open/Delete and things seem to work at first glance:

Thank you for your work. Best.

sedimentation-fault commented 6 years ago

I have the exact same problem with the exact same acroread version (9.5.5) under Gentoo Linux. It might be a permissions problem, i.e. the script might try to persist the session information in a directory it does not have write access to.

Can somebody tell me where the session info is persisted between restarts? Looking at the code was not helpful for me...

vt116 commented 6 years ago

In edit-> preferences, go to the Javascript section, then enable menu items Javascript execution privileges. Then go to security (enhanced) and disable protected mode at startup.

jkeller2017 commented 6 years ago

Hi, I tried, but it does not work... I am using Adobe Reader 9.5.5 under Os X 10.11.6.

vt116 commented 6 years ago

Not sure buddy - I'm using it on Adobe Reader DC on Windows 10 and that's what I had to do to get it to work. If there is Reader DC for Mac, maybe try it on that.

jkeller2017 commented 6 years ago

Hi,

Thank you for your message. It works indeed with the latest Adobe Reader DC 2018 OS X 10.11.6. Save the javascript file in /Contents/Ressources/JavaScripts/ and relaunch the program. Would be perfect if there was a regular autosaving option when one exits the program for instance (a "last session" button).

saintger commented 6 years ago

Hello, I'm using Adobe Acrobat Pro DC on Windows 10 and I have the same problem. I had first to "Enable menu items JavaScript execution privileges" to make it work, but the sessions disappear as soon as I restart Acrobat Pro DC. In Security (Enhanced) there is no option for Protected mode anymore (it seems to be off by default now) Acrobat DC Pro security

Any idea how to really have the persistent sessions ? Thanks