Skip to main content
Participant
September 6, 2016
Question

Documents with Javascript bookmarks created under Acrobat X don't work under XI. Is there a solution?

  • September 6, 2016
  • 1 reply
  • 870 views

Javascript bookmarks created in documents under Acrobat X only working on upgraded systems (to Acrobat XI). On fresh installed system with Acrobat XI only the bookmark javascrip analysis shows the following information:

DisplayField is not defined

Is there a solution?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
September 6, 2016

Can you post the full code of the bookmark?

Participant
September 6, 2016

The document is a questionaire with a lot of bookmarks. See below one examples:

DisplayField(this, event.target, 'docNumber_1461230948500');

Between the bookmarks only the number is changiung.

How I descipred above. It is working in an updated scenario (X <<> XI). Also a downgrade to version X is working.

try67
Community Expert
Community Expert
September 6, 2016

DisplayField is probably a doc-level function. Does that still exist in your file?