Question
Is it possible to apply a Transform effect from Javascript ?
I was wondering if it's possible to do what Effect > Distort & Transform > Transform does from JS.
I had a look at the documentation and found nothing in that direction.
The closest thing I found was PageItem.applyEffect(effectXML) looking at the Object Model Viewer in Extend Script Toolkit,
but couldn't find documentation for it and I suspect it might have something to do with SVG filters perhaps ?
In conclusion:
- Is it possible to apply a Transform effect from JS (and if so, how )?
- How can applyEffect be used ?
Thanks,
George