Ok upgraded to CS5 and now this is not supported:
app.jpegExportPreferences.resolution = 350;
Question is how to specify resolution in CS5 since this worked in CS4?
Ok upgraded to CS5 and now this is not supported:
app.jpegExportPreferences.resolution = 350;
Question is how to specify resolution in CS5 since this worked in CS4?
figured it out
app.jpegExportPreferences.exportResolution = 350;
changed to exportResolution
Glad you figured it out! Here is a good reference for jpegExportPreferences as well:
http://indesignscriptingreference.com/cs2/javascript-cs2/jpegexportpreference.htm
Hope this helps!