Hi people!<br><br>I want to print out (server side) an ASP page:<br><br>ASP --> browses into ---> HTML<br><br>HTML --> prints into ---> PostScript<br><br>PostScript---> generates a ---> PDF File<br><br>the last two actions are solved, but I must print the output generated HTML from my original ASP document.<br>I thought in a VB component that "browses" the ASP and then I can print it out at the server into my PostScript component and so on...<br><br>I am right?<br>I this case... how can I have an ASP docuement "browsed" into a VB COM ?