This content has been marked as final.
Show 4 replies
-
1. Re: Export specific artboard as JPEG?
ThomasBB83 Jan 29, 2014 1:02 AM (in response to ThomasBB83)It's in CS5.5, btw :-)
-
2. Re: Export specific artboard as JPEG?
W_J_T Jan 29, 2014 9:55 AM (in response to ThomasBB83)ThomasBB83 wrote:
Export specific artboard as JPEG - is this possible?
Not sure if it's the only approach but, try this:
// Remove this line: // exportOptions.artboardRange = "3"; // ------------------------------ // Replace instead with the following 2 lines of code: // ------------------------------ // Set clipping true exportOptions.artBoardClipping = true; // Set the desired artboard number ((using 0 through length) 0=1, 1=2, 2=3, etc...)) app.activeDocument.artboards.setActiveArtboardIndex(2); // so 2 would be artboard 3
Seems to work fine in my tests. Hope it proves helpful to your efforts.
-
3. Re: Export specific artboard as JPEG?
ThomasBB83 Jan 29, 2014 11:55 PM (in response to W_J_T)You sir, are the man.
Thank you very much!
-
4. Re: Export specific artboard as JPEG?
W_J_T Jan 30, 2014 8:47 AM (in response to ThomasBB83)You're welcome glad it worked out for your needs. If you like you can mark the answer, thread "correct".

