print an html

  • Thread starter Thread starter Pablo
  • Start date Start date
P

Pablo

Folks,

i need to send to the printer, an html document. How can
i do this from winfroms??

thanks
Pablo
 
is this after someone opens a browser and goes to the page or on the server
side?
most browsers have a print option that will let you print what the screen
has.
On the server side you could capture what the controls are rendering and
print that out!
 
Thanks for answering...
i'm working with windows forms, in a local application.
What i need to do is to print an HTML file or receive the
html code and send it to printer with the corresponding
formatting.
If u have any suggestions, please let me know.
Pablo.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top