0
javaScript add the system file creation date
Community Beginner
,
/t5/acrobat-discussions/javascript-add-the-system-file-creation-date/td-p/11437886
Sep 16, 2020
Sep 16, 2020
Copy link to clipboard
Copied
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!
TOPICS
How to
,
PDF forms
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-discussions/javascript-add-the-system-file-creation-date/m-p/11463889#M278702
Sep 27, 2020
Sep 27, 2020
Copy link to clipboard
Copied
No, JS has no access to that information.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

