• 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
Re: word2pdf
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: word2pdf


  • Subject: Re: word2pdf
  • From: Richard Brosnahan <email@hidden>
  • Date: Tue, 15 Nov 2005 11:41:41 -0500

I still haven't found a solution to work with Tiger (a requirement). This script (below, from Michael Conner) doesn't address the "PDF" popup menu in the print dialog, tho I did go down this road.

I'd much rather not depend on UI elements at all, and go straight to the print services somehow.

Someone suggested Trapeze, which goes the other way (PDF -> Word)

Tried Strangelove, which does work, but not well enough. It loses a LOT in translation. Headers, footers, embedded graphics all gone. Donno how I'd script it, but perhaps a shell script would work. But the results are not acceptable.

I'll report new stuff as I learn it.

I REALLY appreciate the response here!!

--
Richard Brosnahan
Editor in Chief
Broz News
http://broznews.org

If you are losing a tug of war with a tiger, give him the rope before he gets to your arm. You can always buy a new rope.
Max Gunther



On Nov 14, 2005, at 3:01 PM, applescript-users- email@hidden wrote:


I don't have Tiger installed but in Panther the following script works.

tell application "Microsoft Word"
activate
end tell
tell application "System Events"
tell application process "Microsoft Word"
click menu item "Print..." of menu "File" of menu bar item "File" of
menu bar 1
delay 1
click button "Save As PDFÅ " of UI element 4 of window "Print"
delay 2
click button "Save" of window "Save to File"
end tell
end tell

_______________________________________________ Do not post admin requests to the list. They will be ignored. Applescript-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: word2pdf
      • From: Kevin Walzer <email@hidden>
  • Prev by Date: Re: Word 2 PDF
  • Next by Date: Re: Word 2 PDF
  • Previous by thread: Re: Switching iChat Accounts
  • Next by thread: Re: word2pdf
  • Index(es):
    • Date
    • Thread