Hello,
i have some asp forms that contain Data textfields retreived from an oracle database. i am giving the user the option to print a pdf copy of these forms. i'm using the iTextSharp classes to open an existing pdf file and bind the textFields in the pdf to the ones in my asp forms...
But in one of my forms i have some gridviews to display along with other textfields. Is there any way i can convert those gridviews to pdf using the iTextSharp ? and if no, what should i be using instead ?
Thank You,
Tony.