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?

Thanks in advance, joe

link|improve this question

75% accept rate
feedback

2 Answers

figured it out

app.jpegExportPreferences.exportResolution = 350;

changed to exportResolution

link|improve this answer
feedback

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!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.