How can I read out internal pdf creation/modified date with Windows PowerShell?
- by Martin
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)?