Copy link to clipboard
Copied
sd = PDPdf .GetInfo("Modified")
sd produces an empty string, but if you insert a key like "author" everything works. what's the problem?
Views
Likes
Translate
Report
This isn't the right forum for the VBA APIs but to answer the question. The key for the modified date is "ModDate", not "Modified"
never-displayed