Skip to main content
skate2k5
Known Participant
March 15, 2018
Answered

Metadata

  • March 15, 2018
  • 2 replies
  • 3743 views

Is it possible to edit the metadata of many pdf files at the same time in Acrobat 9 or 9 pro?

Tks

This topic has been closed for replies.
Correct answer try67

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";

2 replies

Document Geek
Community Expert
Community Expert
March 19, 2018

You can also use Adobe Bridge for this purpose, and create a metadata template. No javascript required. Work with metadata templates

try67
Community Expert
Community Expert
March 15, 2018

In Acrobat Pro you can use a batch sequence to do it, yes.

skate2k5
skate2k5Author
Known Participant
March 15, 2018

I mean how?
Thank you

try67
Community Expert
Community Expert
March 15, 2018

Depends. What kind of metadata are you referring to?