Re: How to save a PDF as a postscript file?
Re: How to save a PDF as a postscript file?
- Subject: Re: How to save a PDF as a postscript file?
- From: "Mark J. Reed" <email@hidden>
- Date: Tue, 29 May 2007 10:21:22 -0400
And on a branch from this topic:
On 5/29/07, Mark J. Reed <email@hidden> wrote:
set psList to {first text item of pdfFile, "ps"}
set psFile to psList as string
I tried everything I could think of to do that all in one statement, e.g.
set psFile to ({first text item of pdfFile, "ps"} as string)
and many variants with and without "get"and parentheses and "Unicode
text" in place of "string" and so on, and no matter what I did psFile
came up empty. But splitting it into two assignments worked - with
the very first syntax I tried for the RHS. What's going on here?
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden