Skip to main content
Participant
January 4, 2019
Answered

Is there a way to automatically add in author name to metadata when user edits PDF?

  • January 4, 2019
  • 1 reply
  • 2009 views

I am trying to see if there is a setting/script that will be activated to automatically add in the author name into the metadata when a user edits and saves the PDF. We are basically trying to find a way to track users who make a quick edit on a PDF when it does occur.

I know you can technically look at the Modified Date to see when the PDF itself was changed/edited, but this would mean we would have to look and cross check for each PDF, even the ones that are not edited. If we have it so that the author metadata is added in only when users edits and saves the PDFs, it will be a red flag we can easily see.

This topic has been closed for replies.
Correct answer try67

You can use an Action to edit multiple files at once and embed this script in them, but it has to be done for all the files you want this to happen to. There's no global event-handler in Acrobat that runs each time a file is saved, only document-specific ones.

1 reply

try67
Community Expert
Community Expert
January 4, 2019

It's possible, but will require installing a script on the local computer of each user, as well as in each file...

Participant
January 4, 2019

Installing the script for each user may not be an issue as long as it's a one time thing, but if a script will need to be added into each file, it's just as worthless anyways.

I do know there are Actions and Commands, but you would have to select these specific action/command, versus something just activating for all documents when a user edits and saves it from the File menu.

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
January 4, 2019

You can use an Action to edit multiple files at once and embed this script in them, but it has to be done for all the files you want this to happen to. There's no global event-handler in Acrobat that runs each time a file is saved, only document-specific ones.