Re: Printing to PostScript File from QuarkXpress
Re: Printing to PostScript File from QuarkXpress
- Subject: Re: Printing to PostScript File from QuarkXpress
- From: Shane Stanley <email@hidden>
- Date: Tue, 07 Nov 2000 08:39:52 +1100
On 7/11/00 2:06 AM +1000, J Todd, email@hidden, wrote:
>
At the end of this script that creates a new QuarkXpress document, I save
>
the document, print it to a PostScript file, and close it:
>
>
save document 1 in (rootPath & fileName & ".qxp")
>
print document 1
>
close document 1
>
>
With the default printer switched to Virtual Printer, and all the print
>
setup options set, Quark creates the PS file fine, but just names it
>
"PostScript1". Is there any way to force a file name for the generated PS
>
file?
>
>
I'm using QuarkXpress 4.11 and MacOS 9.0.4. Thanks.
Forget about using Virtual printer -- just use an ordinary printer. Then use
this:
print PostScript file (pathToPSfile)
--
Shane Stanley, email@hidden