Copy link to clipboard
Copied
try {
// sccess
// alert(ExportForScreensType.SE_SVG) ;
// --> 'ExportForScreensType.SE_SVG'
// error (undefined)
alert(ExportForScreensType.SE_AI) ;
// alert(ExportForScreensType.SE_Ai) ;
// alert(ExportForScreensType.SE_ai) ;
// alert(ExportForScreensType.SE_aI) ;
// alert(ExportForScreensType.SE_ILLUSTRATOR) ;
// alert(ExportForScreensType.SE_Illustrator) ;
// alert(ExportForScreensType.ILLUSTRATOR) ;
// alert(ExportForScreensType.Illustrator) ;
// alert(ExportForScreensType.SE_EPS) ;
// alert(ExportForScreensType.SE_Eps) ;
// alert(ExportForScreensType.SE_eps) ;
// alert(ExportForScreensType.EPS) ;
// alert(ExportForScreensType.Eps) ;
// alert(ExportForScreensType.eps) ;
} catch(e) {
alert(e) ;
}
The v29.2 object model doesn't seem to have changed much from previous releases. I also note that the WebP format is not available for ExtendScript either. I wrote about this in the Adobe Illustrator Prerelease Slack, although the problems of script authors are not taken into account 🙂
Copy link to clipboard
Copied
The v29.2 object model doesn't seem to have changed much from previous releases. I also note that the WebP format is not available for ExtendScript either. I wrote about this in the Adobe Illustrator Prerelease Slack, although the problems of script authors are not taken into account 🙂
Copy link to clipboard
Copied
Thanks for the information, that is unfortunate. Will wait a little longer and give up if no additional information is provided.