Through some solid trial and (many) error(s) I was able to figure out the
send with PowerMail PDF Service!

on open these_items
        tell application "PowerMail"
                set msg to make new message with properties 
{attachment:these_items}
                open msg
                activate
        end tell
end open

Sends ANY document you print as Print Job.pdf from within PowerMail.  You
need to save it to you machine, user or network /library/PDF Services/
folder as a compiled script.

More here: <http://developer.apple.com/techpubs/macosx/CoreTechnologies/
graphics/Printing/PDF_Workflow/pdfwf_concepts/index.html>

Enjoy!
JG

-- 
To do is to be. --  Descartes
To be is to do. --  Voltaire
Do be do be do. --  Frank Sinatra 


Reply via email to