Pizzor2000
Member
- Joined
- Jul 12, 2004
- Messages
- 11
I have an ASP.Net 1 application, which includes database-driven electronic paperwork. The paperwork is entered into the system within this site, and users can view and print the notes online.
Right now, the printable reports are simply ASP.Net forms--the background code queries the database for the form, and echoes the results onto ASP Labels.
Being HTML-based reports, however, they do not always look good when printed--its hard to get the page breaks correct, different users have different browsers, font settings, etc., and some forms have more lines of data entered in some text fields. As a result, some of the forms have the last few lines of data on top of an otherwise blank page.
What are some options for generating a clean printout from an ASP.Net application, such as writing out to a PDF template?
Right now, the printable reports are simply ASP.Net forms--the background code queries the database for the form, and echoes the results onto ASP Labels.
Being HTML-based reports, however, they do not always look good when printed--its hard to get the page breaks correct, different users have different browsers, font settings, etc., and some forms have more lines of data entered in some text fields. As a result, some of the forms have the last few lines of data on top of an otherwise blank page.
What are some options for generating a clean printout from an ASP.Net application, such as writing out to a PDF template?