Hi experts,
I've been researching about convert an aspx to pdf but nothing seems to help me.
I found crystal reports but my layout is not just gridview only.
In my aspx, it includes textboxes, labels, tables, gridview. I need to print them to a pdf format automatically.
Due to the limited resources, I can't download the softwares available.
I saw codes like
PdfConverter pdfConverter = new PdfConverter();
(link is http://www.html-to-pdf.net/Support.aspx#csharp)
I tried them but it don't work. What are some other ways I can do?
Thanks in advance.