Skip to main content
Participant
June 29, 2013
Answered

Metadata IPTC Core Instruction

  • June 29, 2013
  • 1 reply
  • 624 views

    var sels = app.document.selections;
    for (var i = 0; i < sels.length; i++) {
        var md = sels.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 <==> ???????????

This topic has been closed for replies.
Correct answer Muppet Mark

Instruction should be plural… Instructions

1 reply

Muppet MarkCorrect answer
Inspiring
June 29, 2013

Instruction should be plural… Instructions