DTP駆け込み寺

No.16599へ返信

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

[ 返信 ]

page iの後に[なし]を挿入

処理:最終ページ → 先頭ページ
tell application "Adobe InDesign CS3"
 activate
 set MyDocument to active document
 tell MyDocument
  set pageCount to count pages
  set i to pageCount
  repeat while (i > 0)
   make page at after page i with properties {applied master:nothing}
   set i to i - 1
  end repeat
 end tell
end tell

空白ではなく、共通ページを挿入する場合は、
make page at after page i with properties {applied master:master spread "B-マスター"}

[16599] わん (2014/04/23 Wed 13:15)