i want to attach a dynamic table Generated through c# code, and attach it as a pdf document
and send it via email to customer in asp.net
please help
Thanks in Advance
Regards. Zain
i want to attach a dynamic table Generated through c# code, and attach it as a pdf document
and send it via email to customer in asp.net
please help
Thanks in Advance
Regards. Zain
You can use:
iTextSharp is a C# port of iText, and open source Java library for PDF generation and manipulation. It can be used to create PDF documents from scratch, to convert XML to PDF (using the extra XFA Worker DLL), to fill out interactive PDF forms, to stamp new content on existing PDF documents, to split and merge existing PDF documents, and much more.
Also, Refer: