Re: AppleScript, QuarkXpress, PostScript
Re: AppleScript, QuarkXpress, PostScript
- Subject: Re: AppleScript, QuarkXpress, PostScript
- From: Shane Stanley <email@hidden>
- Date: Wed, 15 Nov 2000 08:05:39 +1100
To add to what Chris said, you can also make a modified Distiller PPD that
will solve the problem. Sxren Dettmer pasted this workaround some time back:
>
open the ppd using a text editor e.g. BBEdit.
>
save it under a different name
>
look for the *ModelName: Keyword
>
modify the paramter e.g. Print XYZ to Printer XYZ-Mod
>
kill every line between
>
>
*OpenUI *PageSize: PickOne
>
*CloseUI: *PageSize
>
>
and
>
>
*OpenUI *PageRegion: PickOne
>
*CloseUI: *PageRegion
>
>
all you have to do now is set the new printer by
>
tell app "qxp" to copy "Printer XYZ-Mod" to printer type of print
>
setup of document 1
>
you can set paper width and paper heigth
--
Shane Stanley, email@hidden