Re: postscript to text
Re: postscript to text
- Subject: Re: postscript to text
- From: Laine Lee <email@hidden>
- Date: Sat, 13 Nov 2010 01:09:09 -0600
- Thread-topic: postscript to text
On 11/12/10 10:59 PM, "swiley" <email@hidden> wrote:
> hey guys:
> I am trying to convert a postscript file to a string so I can send
> applescripts over air print
> any ideas?
> --stephen
> 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:
> edu
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
>
do shell script "cat [file.ps] | textutil > [file.txt]
do shell script "cat [file.ps] > [file.txt]
Laine Lee
_______________________________________________
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