Copy link to clipboard
Copied
I am trying to convert some Extendscript functions into the UPX environment but I'm having trouble accessing the DOM. For instance this code worked with Extendscript
var orig_ruler_units = app.preferences.rulerUnits;
var orig_type_units = app.preferences.typeUnits;
app.preferences.rulerUnits = Units.PIXELS;
app.preferences.typeUnits = TypeUnits.POINTS;
But these same lines of code error out in the plugin because the attributes don't exist. Is there any documentation on what is accessible via the UPX environment? I know how I can find these for use via batchplay but if I can go through the DOM I would prefer that approach.
Copy link to clipboard
Copied
Are you sure you're talking about 'the Ultimate Packer for eXecutables'?
Copy link to clipboard
Copied
Sorry no, I reversed the letters UXP Unified Extensibility Platform. I'll correct in the initial post too.
Copy link to clipboard
Copied
Find more inspiration, events, and resources on the new Adobe Community
Explore Now