Reply To: Bleed Size Variable

#100343

Thanks to Trevor in the Adobe forums

You are passing a number in line 27, presumably
pagesize.variableOptions.contents = (app.activeDocument.documentPreferences.documentBleedBottomOffset)

you need to pass a string so use

pagesize.variableOptions.contents = (” + app.activeDocument.documentPreferences.documentBleedBottomOffset)

This solved it!

This article was last modified on December 14, 2017

Comments (0)

Loading comments...