Link to home
Start Free TrialLog in
Avatar of martin05
martin05

asked on

HTML to PDF WebWebBrowser Control

Does anyone have an example of exporting  to pdf from a webbrowser control
or even using pdf creator how to pass filename location etc... ?
Avatar of kris_per
kris_per



Are you using any html to pdf converter already?

If not, then below are some:

http://www.websupergoo.com/abcpdf-html.htm
http://www.codeproject.com/KB/showcase/TallComponents.aspx
http://stackoverflow.com/questions/564650/convert-html-to-pdf-in-net
OR Just google for 'html to pdf'

Typically this library would take html input and create pdf.

You can get the html data from WebBrowser.DocumentText property and pass that data to the pdf libary code.


ASKER CERTIFIED SOLUTION
Avatar of martin05
martin05

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial