Re: 'Save As' JPEG in Acrobat
Re: 'Save As' JPEG in Acrobat
- Subject: Re: 'Save As' JPEG in Acrobat
- From: Shane Stanley <email@hidden>
- Date: Fri, 09 Aug 2002 08:13:26 +1000
On 9/8/02 3:58 AM +1000, Mario Kolaszewski, email@hidden, wrote:
>
I'm attempting to save a PDF file as JPEG
>
in Acrobat using AppleScript. However, I
>
cant figure out the correct syntax.
>
Is anyone aware on how to approach this problem?
Try this:
tell application "Acrobat 5.0"
activate
set theDoc to active doc
save theDoc to file filePath using conversion 2
end tell
--
Shane Stanley, email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.