Best free Asp.net to PDF Script

  • Thread starter Thread starter CDZ
  • Start date Start date
C

CDZ

I'm looking for a free script in ASP.net / C# that creates PDFs.

Basically, a user submits a form, they get sent to a read-only result
of their form which they can print or just verify. As the time the form
is submitted, I would like the result saved as a PDF on the server.

Right now I have a PHP script doing this but it's slow and old, I'm
sure there's a better way in asp.net.

Thanks
 
Check out iTextSharp component over at sourceforge. I've used it a number of
times and it works beautifully.
 
Back
Top