Quantcast
Channel: Adobe Community: Message List - InDesign Scripting
Viewing all articles
Browse latest Browse all 37788

Re: Tag Image with XML Tag

$
0
0

Working through this as I go: First, I need to add the appropriate xmlTag to the document, if it doesn't exist:

 

#target indesign

var doc = app.activeDocument;

var imageTag = doc.xmlTags.item("Image");
if (imageTag.isValid === false) {
    doc.xmlTags.add ("Image");
}

Viewing all articles
Browse latest Browse all 37788

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>