These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Get Created and Modified Dates with JavaScript

DougN
Registered: Feb 16 2010
Posts: 7

Hello everone,

Is it possible to extract the Modified date that you can see in Acrobat 8 Professional under tthe File->Properties->Description tab?

I have a folder that contains many PDF forms and hoping to have a .js file or .vbs file that can open each form and echo or mesgbox the modified date.

I was able to do this and read the Modified Date on the system file properties (right click on the pdf->Properties) but this date is not accurate.

Any suggestions would be greatly appreciated.

Thanks

My Product Information:
Acrobat Pro 8.1.7, Windows
try67
Expert
Registered: Oct 30 2008
Posts: 2398
this.info.ModDate
will retrieve the modifiction date (as it is saved in the Properties of the PDF), and
this.info.CreationDate
will retrieve the creation date.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com