Answered
Metadata
Is it possible to edit the metadata of many pdf files at the same time in Acrobat 9 or 9 pro?
Tks
Is it possible to edit the metadata of many pdf files at the same time in Acrobat 9 or 9 pro?
Tks
I was able to create the script
but I just can not change the line for the keyword...
this.info.Title = "New doc title";
this.info.Author = "New doc author";
this.info.Subject = "New doc subject";
this.info.Keywords = ["Keyword1","Keyword2"]; ![]()
Try it as just a string:
this.info.Keywords = "Keyword1,Keyword2";
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.