I came to a situation that I need to convert a Dynamic aspx page( with many controls like check box, radio button, textbox etc. ) to PDF. I dont want to use any 3rd party controls, I can able to convert the data to pdf with iTextSharp (dll) but the problem is I can't see the controls ( checkbox, radio...) in the pdf only data is coming. Please guide me to solve this problem.