Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Documentation for adobe_SaveForWeb ?

Guest
Jun 06, 2013 Jun 06, 2013

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

TOPICS
SDK
825
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Enthusiast ,
Jun 07, 2013 Jun 07, 2013

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 07, 2013 Jun 07, 2013
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines