0

Is there any third-party tool for converting the data on any ASP.NET webforms controls to pdf easily? I have a page that contains some ListViews and GridViews and I don't want to print the data on all of them. I want to print specific controls. So is there any tool that can help me in doing this?

user1395782
  • 107
  • 3
  • 17

1 Answers1

0

take a look at iTextSharp

http://sourceforge.net/projects/itextsharp/

there is a doc at

http://www.codeproject.com/Articles/277065/Creating-PDF-documents-with-iTextSharp

that should help you get started

Brett Smith
  • 2,992
  • 1
  • 20
  • 22