Converting email body and attachement to a PDF before sending

G

geskerrett

Howdy;

I have an application that automatically creates email with the body of
the email containing text/data formatted with HTML.

Before sending the email, I would like to convert these to a PDF and
then send the emails to the recipient.

I am hoping there is some sort of VBA script that will allow me to
streamline with as few steps as possible.

Geoff.
 
S

Sue Mosher [MVP-Outlook]

Office includes no components to convert documents to PDF files. I'm sure there are tools out there that are programmable -- you could even program the PDF makers that work as printer drivers if you create the original document in Word -- but nothing like that is built into Office itself.
 
Top