Gazing into my crystal ball I observed Mangler
<> writing in news:d3de7f73-95d8-43ea-a791-
:
> Just wondering how I can generate a pdf file through an ASP page.
> Here is what I am doing, There is a page where a customer will input
> some information like their address, email, etc. When the form is
> submitted I want to place that information into a PDF file that will
> be displayed in the browser for them to print out.
>
> Well thats it in a nutshell, can someone point me in the correct
> direction?
>
Out of curiosity, why bother with a PDF file for just the users'
information? Why not use a print stylesheet?
<style type="text/css">
@media screen {
#nav {float:left; width:15%}
#footer {clear:both; font-size:80%;}
#content {width:80%; font-size:100%}
}
@media print {
#nav {display:none;}
#footer {display:none;}
#content {width:100%; font-size:10pt;}
}
</style>
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share