Printing Postscript Files
Printing Postscript Files
- Subject: Printing Postscript Files
- From: "Frank W. Walker" <email@hidden>
- Date: Wed, 27 Nov 2002 12:50:34 -0500
- Thread-topic: Printing Postscript Files
Hi,
I'm trying to write a script that prints a Quark document as a postscript file and saves it to a particular location. So far I have been successful in printing the postscript, but I never know where it is going to end up. I want it to go to a watched folder to be distilled into a PDF. The relevant part of my script looks like this:
tell application "QuarkXPress(tm)"
activate
print page 1 of front document Postscript file filename OPI include images
end tell
Obviously, there's nothing there to tell Quark where to save to. Anyone know how I can do that?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.