RE: Activating an Acrobat Plug In
RE: Activating an Acrobat Plug In
- Subject: RE: Activating an Acrobat Plug In
- From: "Anderson, Bob" <email@hidden>
- Date: Fri, 16 Nov 2001 12:18:43 -0500
- Thread-topic: applescript-users digest, Vol 2 #1311 - 13 msgs
The following code fragment should do it:
----
tell application "Acrobat 5.0" to activate
tell application "PreFab Player(tm)"
do menu menu item "Apago PDF/X-1 Checkup" of menu "Tools"
end tell
----
Prefab Player is an essential extension for scripting
Acrobat. Download a demo from www.prefab.com
Regards,
Bob
>
Message: 13
>
Date: Thu, 15 Nov 2001 11:06:59 -0800
>
Subject: Activating an Acrobat Plug In
>
To: email@hidden
>
From: "Chris Nitz" <email@hidden>
>
>
What is the proper syntax to activate a "custom" plug-in for Acrobat,
>
using AppleScript?
>
>
I have tried this (and variations of this) and can't seem to figure it
out.
>
>
tell application "Acrobat 5.0"
>
activate
>
open TheDocument
>
menu item "Apago PDF/X-1 Checkup" of menu "Tools"
>
--perform menu item "Apago PDF/X-1 Checkup" of menu "Tools"
>
--execute menu item "Apago PDF/X-1 Checkup" of menu "Tools"
>
--menu item "Apago PDF/X-1 Checkup"
>
end tell
>
>
Thanks in advance.
>
>
Chris Nitz
>
Senior Prepress Systems Analyst
>
Wizards of the Coast Production Dept.
>
>
E-mail: email@hidden Desk: 425 204-8044 Cellular: 206
604-0357