This seems to work for me....

tell application "GraphicConverter"
activate
open alias "Macintosh HD:Users:jerry:Pictures:tiger.pdf"
repeat until exists first window
end repeat
save first window in "Macintosh HD:Users:jerry:Desktop:tigger.jpg" as JPEG
quit
end tell


I had to put the delay in or the script errored with
a "can't find window 1" message

Jerry

On May 15, 2004, at 2:51 PM, Rich Morin wrote:

At 2:25 PM -0400 5/15/04, Jerry LeVan wrote:
Seems like Graphic Converter might fill the bill...

Nope; it doesn't import PDFs.

-r
--
email: [EMAIL PROTECTED]; phone: +1 650-873-7841
http://www.cfcl.com        - Canta Forda Computer Laboratory
http://www.cfcl.com/Meta   - The FreeBSD Browser, Meta Project, etc.
http://www.ptf.com/dossier - Prime Time Freeware's DOSSIER series




Reply via email to