Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 108516

Re: Re: Remove hyperlinks from an InDesign document

$
0
0

Simply run this script:

app.activeDocument.hyperlinks.everyItem().remove();
app.activeDocument.hyperlinkTextDestinations.everyItem().remove();
app.activeDocument.hyperlinkTextSources.everyItem().remove();

It deletes all hyperlinks, text anchors (destinations) and text sources.

 

— Kas


Viewing all articles
Browse latest Browse all 108516

Trending Articles