RE: Export to PDF from Quark in OS 9
RE: Export to PDF from Quark in OS 9
- Subject: RE: Export to PDF from Quark in OS 9
- From: "Mossey, Nan" <email@hidden>
- Date: Fri, 1 Feb 2002 16:11:56 -0500
Create a folder to be watched. In this case, its called "epss" and it's
located on the desktop. Tell Distiller to watch the folder. (Watched folders
automtaticly contain "in" and "out" folders). Run this, and you will find
your PDF in the "out" folder. You can add a repeat loop to create individual
PDFs from multi-page docs.
tell application "QuarkXPress"
activate
tell document 1
print page 1 PostScript file "MacintoshHD:Desktop Folder:epss:in:MyDocument"
end tell
end tell
Nan Mossey
Times Union Promotions and Publications Manager
1 News Plaza
Albany NY 12212
>
----------
>
From: W. Kirk Lutz
>
Sent: Thursday, January 31, 2002 2:29 PM
>
To: AppleScript
>
Subject: Export to PDF from Quark in OS 9
>
>
Is there a way to script an Export to PDF from Quark in OS 9? If not
>
directly from Quark, how about a way to change the Chooser to PDFWriter
>
and
>
then printing.
>
>
Right now I'm saving a Quark page as a EPS. I've been unable to figure out
>
how to save the EPS to my startup disk. If there is no way to do the PDF
>
thing, does anyone know how to save an EPS to an alternate drive?
>
>
-Kirk
>
_______________________________________________
>
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.