Use open source itextsharp. For more information see http://www.codeproject.com/KB/cs/iTextSharpPdfTables.aspx
ABCPDf is another good pdf generater but paid. It allows to create PDF from a HTMl page itself giving more flexibility and ease of use. For further infomartion see: http://www.websupergoo.com/abcpdf-1.htm
I will say if you dont want to buy third party pdf generator then use itextsharp library.
Member
9 Points
33 Posts
Create PDF File
Apr 06, 2011 07:24 AM|Nirmal kumar Gnana sekaran|LINK
Hi All,
Programmatically how to create PDF file, after creating that how to add some data's on it ?
Member
60 Points
9 Posts
Re: Create PDF File
Apr 06, 2011 07:55 AM|vibhumittal|LINK
Hi Nirmal,
There are couple of options available:
Use open source itextsharp. For more information see http://www.codeproject.com/KB/cs/iTextSharpPdfTables.aspx
ABCPDf is another good pdf generater but paid. It allows to create PDF from a HTMl page itself giving more flexibility and ease of use. For further infomartion see: http://www.websupergoo.com/abcpdf-1.htm
I will say if you dont want to buy third party pdf generator then use itextsharp library.