Hi,
I want to save a TextEdit file as a PDF and Email it using Mail.app.
the print dialog in TextEdit creates a PDF using the PDF Services
drop down menu in the Print dialog using thePDF Service "Mail PDF"
that I have already set up. It shows up in the PDF drop down menu of
the print dialog.
The properties shown do not compile but are shown
--
tell application "TextEdit"
print front document print dialog no with properties
{PrintasPDFMenu:"Mail PDF"}
end tell
--
How do I get the properties of the print dialog?