Reply To: adding metadata

#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;

This article was last modified on May 20, 2015

Comments (0)

Loading comments...