サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
higa.hateblo.jp
例)2ページ目を表示する。 app.activeWindow.activePage = app.activeDocument.pages.item(1);
[JavaScript] var frame = app.activeDocument.selection[0]; var y = frame.visibleBounds[0]; //左上 y var x = frame.visibleBounds[1]; //左上 x var y1 = frame.visibleBounds[2]; //右下 y1 var x1 = frame.visibleBounds[3]; //右下 x1 [VBScript] Set app = CreateObject("InDesign.Application") Set frame = app.activeDocument.selection(1) y = frame.visibleBounds(0) '左上 y x = frame.visibleBounds(1) '左上 x y1 = frame.vis
myDoc = app.activeDocument; myDoc.printPreferences.printer = Printer.postscriptFile; myDoc.printPreferences.printFile = File("/c/test.ps"); myDoc.print(); ※ダイアログなしで実行したいのだけど、調査中・・・ gswin32c -dNOPAUSE -dBATCH -dNoOutputFonts -dEPSCrop -sDEVICE=pdfwrite -dPDFX -sProcessColorModel=DeviceCMYK -dPDFSETTINGS=/prepress -sOutputFile=sample.pdf -f sample.eps -dNoOutputFonts を付ければいいっぽい gswin32c -dNOPAUSE -d
このページを最初にブックマークしてみませんか?
『はいさい! InDesign JavaScript CS3』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く