2 Replies Latest reply: Sep 12, 2011 2:48 AM by myDwayneSmith RSS

    [AS][CS5.5] Removing document metadata

    myDwayneSmith Community Member

      Hi All

       

      I'm trying to remove the description metadata from InDesign files...

      tell application "Adobe InDesign CS5.5"

          set description of metadata preferences of every document to "The Description"

      end tell

      ...will set the description to "The Description". But this will not set it back to blank :

      tell application "Adobe InDesign CS5.5"

          set description of metadata preferences of every document to ""

      end tell

       

      There must be a trick to this (?)

       

      Thanks for any help

      d.