Copy link to clipboard
Copied
Hi All,
There seems to be an action called adobe_SaveForWeb, but I can't find any documentation for it.
I need to export an artwork to a JPEG with a fixed size (to create a thumbnail of an Ai file), and i've found several unanswered question on this topic. With Save For Web, I can do it through UI.
Could someone point me a documentation for adobe_SaveForWeb, or tell me how which parameter I need to initialize for it to work?
I'm using CS6 SDK with Visual C++
Thanks in advance
Copy link to clipboard
Copied
Hello,
where as using scripts (actions) for making rasters, you could use raster apis.
Just take a look at AIImageOptimization.h. You will find what you need for making a raster from an selection.
(/SDK/illustratorapi/illustrator).
You could also check this thread, this should be very usefull.
http://forums.adobe.com/message/1264607#1264607
Thomas.
Copy link to clipboard
Copied
Thank you very much.
I had seen this post, but thought there had to be an easier way, and save for web looked like a perfect candidate.
However, i'll look into this other solution if no one knows about an API for that save for web feature.
regards
Find more inspiration, events, and resources on the new Adobe Community
Explore Now