htmlxps

Embed XPS in HTML


how can an XPS document be embedded into HTML?

The solution has to work in Internet Explorer 8, only. I know that IE can display XPS directly, but I need more control of the way the pages are displayed. Probably this can be solved with an object tag, but I couldn't find any resources.

Edit: I need to control the zoom factor and scrollbars.


Solution

  • You can add an iframe to your page and set the source to point to the xps document.