How can I read out internal pdf creation/modified date with Windows PowerShell?

Posted by Martin on Super User See other posts from Super User or by Martin
Published on 2014-06-06T15:09:02Z Indexed on 2014/06/06 15:30 UTC
Read the original article Hit count: 171

PDF files seem to have a separate set of file properties which contain (among others) a creation date and a modified date (see screenshot here: http://ventajamarketing.com/writingblog/wp-content/uploads/2012/02/Acrobat-Document-Properties1-300x297.png).

Those date obviously can differ from the creation and modified date shown in the file system (Windows Explorer).

How can I access the date information in the PDF file and read it out in Windows 7 with Windows PowerShell (or maybe another method)?

© Super User or respective owner

Related posts about pdf

Related posts about powershell