MACSCRPT Archives

June 2009

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Macintosh Scripting Systems <[log in to unmask]>
Mime-version:
1.0
Date:
Tue, 30 Jun 2009 16:48:10 +1000
Reply-To:
Macintosh Scripting Systems <[log in to unmask]>
Content-type:
text/plain; charset="US-ASCII"
Subject:
From:
Shane Stanley <[log in to unmask]>
In-Reply-To:
Content-transfer-encoding:
7bit
Parts/Attachments:
text/plain (15 lines)
You use something like this:

tell application "Adobe Acrobat Pro"
    activate
    set theDoc to active doc
    save theDoc to file filepath using conversion n
end tell

The value of n depends on the version of Acrobat: 11 for v7, 13 for v8, 15
for v9.

-- 
Shane Stanley <[log in to unmask]>
AppleScript Pro Sessions <http://scriptingmatters.com/aspro>

ATOM RSS1 RSS2