Skip to main content
Known Participant
November 1, 2023
Question

hyperlinks

  • November 1, 2023
  • 2 replies
  • 623 views

can I know a number of hyperlinks existing on my file INDD ( the number exactly ) ?

This topic has been closed for replies.

2 replies

James Gifford—NitroPress
Legend
November 1, 2023

For a non-script approach, the number listed in teh Hyperlinks panel should be accurate.

Robert at ID-Tasker
Legend
November 1, 2023

JavaScript version:

 

alert(app.activeDocument.hyperlinks.length);

 

https://creativepro.com/how-to-install-scripts-in-indesign/

 

Known Participant
November 1, 2023

This script is used for what reason exactly

Robert at ID-Tasker
Legend
November 1, 2023

You wanted number of Hyperlinks in your document?