Re: Quark to PDF - page setup script
Re: Quark to PDF - page setup script
- Subject: Re: Quark to PDF - page setup script
- From: Greg Robb <email@hidden>
- Date: Fri, 21 Jun 2002 17:59:11 -0700
David, did you try this? It works for me on OS 9.2.1 & Qxp 4.1 (if the doc
name and ".ps" is less than 31 characters.)
--add the ":" for the path name. Your EPS_path should be text.
set EPS_path to EPS_path & ":" & document_Name & ".ps" as string
--only one "file"
print PostScript file EPS_path
--Greg Robb
>
From: "Wadson, David" <email@hidden>
>
--commented out because we could never get it to work...
>
set EPS_path to (path to desktop) as text
>
set EPS_path to EPS_path & document_Name & ".ps" as string
>
print PostScript file file EPS_path
>
*)
>
end tell
_______________________________________________
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.