Copy link to clipboard
Copied
I have a group of PDF's that are protected, but still allow commenting.
I want to add the same comment to the whole group, is this possible to do by an automated action? Possibly using the Action Wizard?
All I want is to be able to add a short text string that can be accessible somewhere in the document for metadata purposes. I cannot edit properties because of the security restriction. The comment can be the default size and font (currently 12 pt Helvetica), and ideally in one of the corners of the document.
I'm using Acrobat Pro XI.
Thanks!!
Copy link to clipboard
Copied
Yes, this can be done with an Action in Acrobat Pro and a simple script.
What kind of comment do you want to add? A sticky note?
Copy link to clipboard
Copied
Yes it can be a sticky note, or a simple text comment, I don't really mind. So long as the comment type is still viewable when the PDF is opened in different versions of Adobe Reader down the track.
The comment that appears on the PDF will need to be discreet so not to take away from the detail of the PDF content. The group of PDF files are single page engineering drawings, they have empty space in the margin of the document
Copy link to clipboard
Copied
It's possible, but it requires using a custom-made script.
Basically you would need to use the addAnnot method of the Document object as a part of an Action to your files to achieve this, specifying to it all of the settings you want to use for this text.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now