Does anyone have a clue why this piece of javascript code would work perfectly in InDesign CS2 but not in InDesign Server CS2?
....
myRectangle.place("myImage.tif");
var hRes = myRectangle.images[0].actualPpi[0];
....
On InDesign Server I get an exception:
Object does not support the property or method 'actualPpi'
Thanks!
....
myRectangle.place("myImage.tif");
var hRes = myRectangle.images[0].actualPpi[0];
....
On InDesign Server I get an exception:
Object does not support the property or method 'actualPpi'
Thanks!