Reply To: Export All Open Doc to JPG

#85986
Matt Isaac
Participant

/*This is just a question not a solution to the problem as far as i know*/
Kai, for the multiple pages could you call a separate function within the for loop eg.

for var i = 0; i < allDocs.length; exportPages i++)
function exoprtPages(){
for (var n = 0; n < app.document.pages.length; n++){
}}

Then use the same export method for each page within a document before moving to the next document?

This article was last modified on June 22, 2016

Comments (0)

Loading comments...