Generating XPS document from a Windows Application
Posted
by suecnus
on Stack Overflow
See other posts from Stack Overflow
or by suecnus
Published on 2010-04-12T22:00:26Z
Indexed on
2010/04/12
22:02 UTC
Read the original article
Hit count: 215
I want to capture the html content in web browser and print to XPS Document. I am using a Windows application to do it since it is used in IE toolbar. Is there a way to capture the httpwebrequest to read the content of the webpage to to a FixedDocument object or other through other ways so that it can be converted to an XPSDocument?
© Stack Overflow or respective owner