Expand my Community achievements bar.

System information - create date, file paths, etc

Avatar

Level 1

How do I add system information to the master page of a form so that I can see the create date, last

updated, page numbers and file path information and have it printed on the bottom of each page?

2 Replies

Avatar

Former Community Member

You can access the Doc object that is exposed in the Acrobat JavaScript API.

For example,

var doc = event.target;

xfa.host.messageBox("Author " + doc.author + " Created date " + doc.creationDate + " File path " + doc.URL);

See Doc API reference at

http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.375.html

Steve

Avatar

Level 1

Thanks for the reply, Steve, but you are dealing with a compete novice here

who knows nothing about Java script!! Is it possible to put that

instructions into simple English that I can understand?

Regards

Steph