How to attach a PDF generated using jsPDF to the mail using asp.net c#
I need to know if there is any way to attach a PDF file generated using jsPDF and mail it in asp.net C#?
I need to know if there is any way to attach a PDF file generated using jsPDF and mail it in asp.net C#?
I have a form in ASP.NET and in when I fill up the form in the last step it generates a PDF file. I used jsPDF.
What I want is that, the generated pdf file to be send (saved) in Azure storage, does anyone can help me?