Question
How to select imported ".eps" file and measure geometricBounds values?
Hi Guys,
I want to measure imported ".eps" file and measurement geometricBounds values for the frame?
I tried the below code:
var t = app.selection[0];
var matchedImage = File.openDialog("Select Inline Math ", "Eps:*.eps*", false);
var Eqnname=matchedImage.name; //get name of the selected file name
var imageframe= t.place(matchedImage);
var frame=activeFrame.geometricBounds[2];
Please help me.
Thanks,
Arun B