Skip to main content
Participating Frequently
September 16, 2020
Question

javaScript add the system file creation date

  • September 16, 2020
  • 1 reply
  • 848 views

Hi,

I have a javascript for my pdf and I want to insert the creation date into a form field. 

I was able to get the Modified date that you can see in Acrobat under tthe File->Properties->Description tab with 

this.info.CreationDate;

 

However I want to get the creation date under the system file properties (right click on the pdf->Properties).

Is this possible?

 

Thanks!

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
September 27, 2020

No, JS has no access to that information.