I need to add metadata infos inside the PDF files (info dictionary)
These infos are for example: username, dateshort, timeshort, barcode string.
...and if I cannot....
I know how to add these metadata using an external application but .... how to run this external command via scripting? I tried to use a vbscript like this just to test it but does't work:
Option Explicit
Dim objShell
Set objShell = CreateObject("WScript.Shell")
objShell.Run "c:windowssystem32
otepad.exe"
Best Regards
Roberto