[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(DTPtechNote:1686) [InDesign CS3][AppleScript]package
InDesign CS3でパッケージコマンドの中の「including hidden layers」引き数がなくなってる。
手作業の中のUIには「非表示および印刷しないレイヤーのリンクとフォントを含める」があるので、単にもれただけ? それとも引き数名が変わってしまって(かつ辞書に記載漏れ)なのか?
set preflight_errors to true
set save_folder to choose folder
set save_folder to save_folder as Unicode text
tell application "Adobe InDesign CS3"
set succeeded to package document 1 to save_folder ignore preflight errors preflight_errors with copying fonts, copying linked graphics, copying profiles, including hidden layers, updating graphics and creating report
end
はコンパイルしない。
「 including hidden layers,」をとると動きます。