Skip to main content
Participating Frequently
July 19, 2018
Answered

Batch change Font Size on Comments

  • July 19, 2018
  • 2 replies
  • 1768 views

I made some comments and realized they need to be smaller in order to fit the rest in.  Can I change the size of what I've already done all at once?  We have Adobe 10 pro and it's new to me so I'm adjusting...

This topic has been closed for replies.
Correct answer try67

I explained how to do something very similar in this thread:

Re: Batch Edit Properties on Existing Comments

Just replace textColor in line #8 of the code with textSize, followed by the value you want to use. For example:

annotContents.textSize = 8;

2 replies

Document Geek
Community Expert
Community Expert
July 21, 2018
try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
July 19, 2018

I explained how to do something very similar in this thread:

Re: Batch Edit Properties on Existing Comments

Just replace textColor in line #8 of the code with textSize, followed by the value you want to use. For example:

annotContents.textSize = 8;