• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Tell Acrobat to send doc via email
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tell Acrobat to send doc via email


  • Subject: Tell Acrobat to send doc via email
  • From: Olivier Berquin <email@hidden>
  • Date: Thu, 23 Jun 2011 14:12:49 +0200

Hi there,

For Acrobat Pro 9, I wrote this little script:

[Script]
tell application "Adobe Acrobat Pro"
	set myDoc to active doc
	set myFileName to name of myDoc
	set the clipboard to myFileName
	execute menu item "AcroSendMail:SendMail" of menu « File"
	close myDoc
end tell

tell application "Mail"
	activate
	set subject of outgoing message 1 to myFileName
end tell
[/SCRIPT]


I would like to write the same for Acrobat Pro X, but I can’t, because
the way isn’t the same!
The only think that I can do is:

[Script]
tell application "Adobe Acrobat Pro"
	execute menu item "Email" of menu "File"
end tell
[/Script]

and… what I can do to "push the button"?

TIA.

Oli.

--
Mac OS 10.6.7
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Re: width of column id name column
  • Next by Date: Re: width of column id name column
  • Previous by thread: Re: width of column id name column
  • Next by thread: tell block question
  • Index(es):
    • Date
    • Thread