I am creating a desktop windows form application with database attached.. the first screen consists of a form that user is supposed to fill, if he/she wants to print this form.. is there any solution that a file in pdf form be created dynamically, that user can print?
Besides the record is also saved in database. I have used iTextSharp it works well for web applications. But i want to generate a file from windows form app. Kindly help Thanks in advance