ExtendScript Get page link/structure is on.

I need to get the page to a link, as in the "link info" tab

I tried to look around, in the Explorer objects, but without a bit of luck: /.

Thanks in advance!

Try this,

var myDoc = app.activeDocument;

var myLinks = myDoc.links;

Alert (. parent.parent.parentPage.name myLinks [0]); alert first page number link, if you want all the page just image number to iterate using the loop

Tags: InDesign

Similar Questions

Maybe you are looking for