send mail in PDF format
I have a invoice.jsp in which i extracted the html part using copy tag and saved it in a string say htmlMessage.Now there is another page to send the mail sendMail.jsp which sends that string to customer.But the customer is receiving the invoice in text format.I need that it can be send as attachment in PDF format.
Thank you...
|