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 wa开发者_JS百科y 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.
You can add an iframe to your page and set the source to point to the xps document.
精彩评论