Re: Scripting Acrobat 5
Re: Scripting Acrobat 5
- Subject: Re: Scripting Acrobat 5
- From: Eric Schult <email@hidden>
- Date: Fri, 28 Sep 2001 11:14:23 -0500
>
> As for Acrobat 5.0, it appears to be Adode's attempt
>
> to emulate Microsoft Word 6.0. It's fat, slow and worst
>
> of all, AppleScript is badly broken.
>
>
But it does let you export via script...
... but not choose parameters like ascii vs. binary and tiff vs. pict
preview during the "export", as far as I can tell. If it can't do that
stuff, Adobe might as well not have bothered adding the "export" action.
Does anybody know what the default EPS parameters are in Acrobat 5 if you
script thusly?:
tell application "Acrobat 5"
save document "document 1" to file epsPath:epsName using EPS Conversion
end tell
Has anyone found a way to set parameters to ascii with tiff preview?
WES