-1

Anyone here knows how to generate PDF using ASP? My system is about car rental online. When user choose car,date and services offered, there will be a 'CONFIRM' button which it will generate PDFs after user click it. I don't ask for you to write me the code, I just need you to provide with some helps,tips and reference as I am not familiar with this. Looking forward to hear from you. Have a good ones. Cheers.

Color Shadow
  • 305
  • 6
  • 13
  • This question will have a lot of what you are after: http://stackoverflow.com/questions/9394945/generate-and-save-a-pdf-file – willDaBeast Sep 10 '12 at 09:35
  • Use following google wkhtmltopdf-exe http://stackoverflow.com/questions/11342292/path-issue-with-wkhtmltopdf-exe-to-convert-html-file-to-pdf – Learning Sep 10 '12 at 11:12

5 Answers5

2

You can use ITextsharp from here http://sourceforge.net/projects/itextsharp/ it will help u to generate pdf.

And this tutorial will help u

http://www.mikesdotnetting.com/Article/80/Create-PDFs-in-ASP.NET-getting-started-with-iTextSharp

sp_m
  • 2,647
  • 8
  • 38
  • 62
1

This is a list of free libraries that help you implement PDF generation in any type of aplication (including ASP) .

A bit of reading is required, but in the end its your choice wich one you are going to use:

http://csharp-source.net/open-source/pdf-libraries

Freeman
  • 5,691
  • 3
  • 29
  • 41
0

From personal experience I can recomment ABCPdf.Net (paid) and iTextSharp (free)

immutabl
  • 6,857
  • 13
  • 45
  • 76
0

Use EVO PDF

http://www.evopdf.com/

Or

Use Winnovative

http://www.winnovative-software.com

Zorro
  • 175
  • 1
  • 14
0

Use following to generate PDF it works with multilingual with great easy.. It is the best free dll i have used so far

WKhtmltopdf convert html file to pdf

Community
  • 1
  • 1
Learning
  • 19,469
  • 39
  • 180
  • 373