Hello!
I am trying to set the units of a new document I created so that when I open it again the ruler and default units will be in Inches.
if tried several things but seam to be stumped... can anyone help out?
example code of what I have tried
var newDoc = app.documents.add(); app.preferences.setIntegerPreference("rulerType",2); app.preferences.setIntegerPreference("rulerType",2);
but no Matter what number I use the document is still in Points