Hot Door CORE Forum

Full Version: I need help and want to know a few problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

hicetea2

I need the case in the absence of the dialog box Save the file as AI format.
Also you need to export the file as a JPG

I now ask the core SDK can complete it
(12-11-2015, 01:37 PM)hicetea2 Wrote: [ -> ]I need the case in the absence of the dialog box Save the file as AI format.
Also you need to export the file as a JPG

I now ask the core SDK can complete it

I'm not entirely sure I understand your question/concern correctly, but it sounds like you want to be able to save documents as *.ai format and export them as *.jpg format.

Both of these are possible with the CurrentDocument class and the FileFormat class. Have a look at the CurrentDocument:Confusedave() method, as well as the Illustrator::fileFormatAtIndex() method (with regards to acquiring file format objects).