how can i send a mail in .pdf format
-
inayat basha wrote:
, i was sending the mail by HTML format but i want 2 send this in .pdf format with the client images...
You want to send these by attachment with Mail ? or what :confused:
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
inayat basha wrote:
, i was sending the mail by HTML format but i want 2 send this in .pdf format with the client images...
You want to send these by attachment with Mail ? or what :confused:
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
hi, yes, i want to send this as an attachment. Regards, S.Inayat Basha
-
hi, yes, i want to send this as an attachment. Regards, S.Inayat Basha
inayat basha wrote:
yes, i want to send this as an attachment.
You need to convert it to pdf and add as an attachment. 1.) There are many third party tools available in the market. Just try to search [^]for them. Some are also freeware. 2.) Add attchment to mail[^]
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
inayat basha wrote:
yes, i want to send this as an attachment.
You need to convert it to pdf and add as an attachment. 1.) There are many third party tools available in the market. Just try to search [^]for them. Some are also freeware. 2.) Add attchment to mail[^]
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
Hi, No yaar i want to attach with my code only not by converting them... I am saving the customer details in one page after that i am taking the details in other page what he want. After that i am issuing the material to the customer by clicking save button, at that time only the mail had to be send to the customer with an attachment in the form of .pdf format. Regards, S.Inayat Basha.
-
Hi, No yaar i want to attach with my code only not by converting them... I am saving the customer details in one page after that i am taking the details in other page what he want. After that i am issuing the material to the customer by clicking save button, at that time only the mail had to be send to the customer with an attachment in the form of .pdf format. Regards, S.Inayat Basha.
inayat basha wrote:
i want to attach with my code only not by converting them...
This makes no sense. how can you attach something as PDF without converting it to PDF? The only way to achieve what you want is to send the attachment data to some form of PDF converter which creates a file. Then attach that file to the email before you send. If you want to do this all in your own code then you will need one of the PDF converter libraries that are available.
-
inayat basha wrote:
i want to attach with my code only not by converting them...
This makes no sense. how can you attach something as PDF without converting it to PDF? The only way to achieve what you want is to send the attachment data to some form of PDF converter which creates a file. Then attach that file to the email before you send. If you want to do this all in your own code then you will need one of the PDF converter libraries that are available.
thx for ur sugession.can u tell me the PDF converter libraries plzzz
-
thx for ur sugession.can u tell me the PDF converter libraries plzzz
inayat basha wrote:
thx for ur sugession.can u tell me the PDF converter libraries plzzz
While I appreciate that English may not be your first language, writing in this textspeak form makes you appear less intelligent than you may actually be. Try searching Google for "PDF Library".