Re: Scripting Acrobat

From: Shane Stanley (sstanley@MYRIAD-COM.COM.AU)
Date: Thu May 24 2001 - 12:26:17 AEST


On 24/5/01 12:14 PM +1000, Hugh Justham, hugh@DNA.MULTIMEDIA.COM.AU, wrote:

> No, the UI works properly AFAIK.  (you don't have to read PS, you can see
> the difference in the file sizes differences between level 1 and 2 output -
> especially in  in files that contain embedded bitmaps)
>
> the problem is that with AppleScript you can only export to level 1 with
> pict preview.

Hmmm. I just saved a PDF as EPS via the UI, specifying PS level 3 and TIFF
preview. I then ran the following script:

tell application "Acrobat 5.0"
 tell document 1
  set filePath to file alias as text
 end tell
 activate
 save document 1 to file (filePath & "**") using EPS Conversion
end tell

According to BBEdit, the two resulting EPS files are identical.

Any thoughts?

--
Shane Stanley,  sstanley@myriad-com.com.au

------------------------------



This archive was generated by hypermail 2b29 : Sun May 27 2001 - 12:00:29 AEST