如何退出InDesign並使用InDesign腳本打開Illustrator?這是我的代碼:如何退出InDesign並使用InDesign腳本打開Illustrator?
// closing the InDesign document here
myDocument.close(SaveOptions.NO);
// change the script's target to Illustrator
#target illustrator
app.documents.add(DocumentColorSpace.CMYK, width = 1024, height = 768);
但是這裏的腳本並沒有退出InDesign,只打開Illustrator。我該如何解決這個問題?
我從下面的鏈接拿到劇本,它爲我工作得很好...... http://forums.adobe.com/message/4603168#4603168 謝謝你的回覆:)祝你有個美好的一天:) – Padmashree 2012-08-09 03:57:29
@Padmashree - 啊,'BridgeTalk',我明白了。另請參閱http://kasyan.ho.com.ua/convert_cmyk-rgb_images_to_grayscale.html以獲得一個很好的參考資料(儘管如此,這是針對與Photoshop進行通信的InDesign)。 – 2012-08-09 04:38:41