Skip to main content
Participant
July 20, 2025
Question

change the color of all hyperlinked text to black in pdf

  • July 20, 2025
  • 2 replies
  • 342 views

In Adobe Acrobat Pro, how do I uniformly change the color of all hyperlinked text to black for a large number of PDF documents (e.g., 1000 books) in a batch process?

2 replies

try67
Community Expert
Community Expert
July 20, 2025

There's no such thing as linked text in a PDF file. A Link object does not contain text, it's a transparent object, so editing it won't work. This has to be done in the original application used to create the file if you want to automate it, unless you edit all text in the file (linked or not).

creative explorer
Community Expert
Community Expert
July 20, 2025

@try67 so, this is incorrect? I can manually add a web or document link. Personally, I would do this in the original document like InDesign. But, a one off... but 1000's, that would be a different story! 

 

m
try67
Community Expert
Community Expert
July 20, 2025

You can use these tools to edit the properties of the links themselves (such as their border style, color, target URL, etc.), but not those of the text that's underneath them.

creative explorer
Community Expert
Community Expert
July 20, 2025

@avid_dynamism4447 Start with the Action Wizard with JavaScript. It's the most direct and manageable way to modify the appearance properties of the link annotations themselves across many documents. 

m