Re: Printing PS files from QuarkXPress
Re: Printing PS files from QuarkXPress
- Subject: Re: Printing PS files from QuarkXPress
- From: "Scott P. Richert" <email@hidden>
- Date: Mon, 13 Jan 2003 09:45:49 -0600
Juergen May wrote:
To resolve the problem you need to turn the coerced alias into plain
text
format.
Try the following...
--
set myFilePath to ((choose folder) as string)
try
set myFilePath to<<class ktxt>> of (myFilePath as record)
end try
set myFileName to myFilePath & "0000_0001.ps"
-- Insert the rest of your code here.
Thank you, thank you, thank you! That worked! You don't know how many
hours I've wasted because of this problem, and now it's fixed. If
you're ever in Rockford, Illinois, I'll buy you a beer. Heck, I'll buy
you dinner. And that goes for the person who originally submitted the
code, too.
Scott
_______________________________________________
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.