Quantcast
Channel: Adobe Community: Message List - InDesign Scripting
Viewing all articles
Browse latest Browse all 37788

Re: Save InDesign CS5 and CS6, js

$
0
0

You're missing the 2nd parameter -- whether to save as stationery or not -- and the next parameter must be a string.

 

So you need something like this:

 

myDoc.save(myDocPath+"/"+myDocName, false, "any comment", true);


Viewing all articles
Browse latest Browse all 37788

Trending Articles