Generate PDF file
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
vnsraj wrote:
anybody give me simple example that how do I create PDF file in asp.net.
Sure. Have a Look
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net
-
I think the most easiest one is to use reports to generate PDF files in ASP.NET. Just create rdlc reports and export it to PDF if you wish... :) :) iTextSharp is also an option. Look into this if you want to do this using iTextSharp. http://www.codeproject.com/KB/aspnet/Creating\_PDF\_documents\_in.aspx
Abhishek Sur My Latest Articles Working with MS Excel
Basics on LINQ and Lambda Expressions
Create .NET Templates