Metadata IPTC Core Instruction
var sels = app.document.selections; (var = 0; < sels.length; i++) { var md = sels[i].synchronousmetadata; md.namespace = "http://ns.adobe.com/photoshop/1.0/"; md.keywords = ... md.caption = ... md.title = ... ................
metadata iptc core
keywords <==> md.keywords
description <==> md.caption
title <==> md.title
instruction <==> ???????????
instruction should plural… instructions
More discussions in Bridge Scripting
adobe
Comments
Post a Comment