Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

change the color of all hyperlinked text to black in pdf

New Here ,
Jul 20, 2025 Jul 20, 2025

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?

TOPICS
Edit and convert PDFs , How to , JavaScript , Modern Acrobat , PDF
248
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 20, 2025 Jul 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. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 20, 2025 Jul 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).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 20, 2025 Jul 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! 

creativeexplorer_0-1753006570023.png

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 20, 2025 Jul 20, 2025
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines