Hi There
Have anyone tried to use applescript with a CC 2014 (10) server ???? almost nothing works for me...
I can create a document and save it, but can't open the same document....
Just a simple script...
tell application "InDesignserver"
set MyDok to make new document
save MyDok to "Mac HD:file.indd"
end tell
then...
tell application "InDesignserver"
Open "Mac Hd:file.indd"
end tell
i get : The document "file.indd" could not be opened. InDesignserver cannot open files of this type
very strange because the file was created by the same server ???