Hi All,
I am using asp.net 2.0 with c#.
I have to convert my label text into pdf. For this I have used this tutorial http://www.codeproject.com/KB/aspnet/Creating_PDF_documents_in.aspx
now I am facing two problems:
- Every time it is creating 1.pdf, what if there are so many user wants to see the the pdf format of any page
- As my label text contains HTML content, it is showing a HTMl output. I don't want HTML to be display in the pdf.
please let me know if you have any other way to create a pdf.
Thanks in advance.