教えて下さい

» 3753
[3753]教えて下さい 投稿者:たん 投稿日:06/07/31-17:33
コンニチワ!
早速ですが困っているので、どなたかの意見を聞かせて下さい。

QX4.0で大量のPSをはきたいのです。
AppleScriptで処理しようと思い、下記のスクリプトを書きました。

tell application "QuarkXPress"
activate
tell document 1
tell print setup
set printer type to "Fiery DocuColor 8000 Color Server"
--set paper size to "カスタム"
set resolution to 600
set halftone screen to 200
set print quality to normal
set include blank pages to false
set reduce or enlarge to "100%"
set page position to center position
set data format to binary data
set bleed to "3"
set orientation to portrait

set tiling to off
set separation to false
set registration marks to off
set print spreads to false

end tell

tell (print PostScript file "Mac-4:desktop Folder:住友:thename")
set thename to ("name of front document" & ".ps")
end tell
end tell
end tell

今次のことで悩んでます。
1.用紙サイズがうまく設定できません。200X296の変型なのですが…。
2.PSを保存する際に、ドキュメントの名前をつけたいのですが、うまくできません。


少しの情報でもいいので、誰か分かる方がいたら教えて下さい。

このページをシェア