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:39:56 -0400
On 5/29/07, Mark J. Reed <email@hidden> wrote:
set psList to {first text item of pdfFile, "ps"}
It occurs to me that this will fail for files with more than one
period in the name. It should be this instead:
set psList to { text items 1 thru -2 of pdFfile, "ps" }
--
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