These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Change author or other on multiple PDFs

jodzeee
Registered: Sep 29 2009
Posts: 12
Answered

I couldn't find a way to do this with actions, but is it possible to change the author or other document properties (description) on multiple PDF files?
 
I'd like to change the author to my company name, not my computer name.
 
Thank you.

My Product Information:
Acrobat Pro 10.1, Windows
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1875
Accepted Answer
You can use a JavaScript action, just a single line:


// Set the author property
info.Author = "Your company name goes here";

More information: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.396.php
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4307
You could also use Arts PDF Workshop with the Acrobat Standard.

George Kaiser

jodzeee
Registered: Sep 29 2009
Posts: 12
Thanks guys, both of those look very handy. I also found that I can do it in Adobe Bridge.

I'll bookmark these for other things I may need to do in the future!