adding metadata

Tagged: 

Viewing 4 reply threads
  • Author
    Posts
    • #75478
    • #75506
      Loic Aigon
      Member

      Hi,

      This kind of script is definitively doable. We can imagine a simple UI that would let an user propose a list of paper types and given a valid selection would write the file metadata. On a personal note, I prefer writing custom metadata in n extra xmp node as the regular xmp fields should be reserved for what they have been intended to.

      Loic

    • #75513

      Loic, an advantage of using the standard Description field is that it will appear on the Document Info field when opening a PDF.

      Gert, try this – untested but it ought to work:

      paper = prompt ("Enter paper description", "Just pick anything");
      if (paper)
      app.activeDocument.metadataPreferences.description = paper;
    • #75523
      Gert Verrept
      Member

      @Jongware: thanks a lot works just fine and it’s all we need.

    • #75527
      Loic Aigon
      Member

      @Jongware
      “an advantage of using the standard Description field is that it will appear on the Document Info field when opening a PDF.”

      I agree. It’s a good argument indeed.

      It was also possible to add your own xmp panel a while ago (not extensions, but some xml based panel) I don’t know if it’s still possible but for some custom workflow it could have make sense to have the whole package :)

Viewing 4 reply threads
  • You must be logged in to reply to this topic.
>