DTP駆け込み寺

No.16259へ返信

記事投稿フォーム
補助
送信

[ 返信 ]

AppleScriptで新規作成したイラレアートボードの単位

set ruler units to millimetersと記述してもr/oの警告が出るので
新規ドキュメントのタイミングで記述してみたのですが、
AppliScriptエラーではないようですが、適用もされません。

tell application "Adobe Illustrator"
activate
make new document with properties {color space:CMYK, ruler units:millimeters, width:297 * 2.834645, height:210 * 2.834645}
end tell

[16259] rah (2014/01/06 Mon 16:50)