Hi everyone!
When i am paste an image into illustrator document, To get the geometric bounds of selection using applescript.
But, not exactly to get values.
Because, the above image having hiding text frames in document.
This is my code,
tell application "Adobe Illustrator"
tell document 1
set vb to visible bounds of item 1 of selection ------ here wrongly to get value
set artboard rectangle of first artboard to vb
end tell
end tell
Please any idea to fix this.
Thanks,
John Peter.