Im using visual studio 2010 (VB) to build a web site for my customers. They have a simple web form that they fill out to log electronically minutes of meeting notes. They would like to have this web form converted into a .PDF file when completed and e-mailed round to the list of users.
Can anyone point me in the direction of any tools that are able to help with converting the data from the web page into a .PDF?
You can use one of numerous libraries to generate PDFs from your pages. There is a walkthrough here (it uses iTextSharp, but others are available – have a Google around).