How to convert a XPS file to an image in high quality (rather than blurry low resolution)?

前端 未结 4 1821
情深已故
情深已故 2020-12-14 21:11

I\'m trying to convert an XPS with WPF.

The idea is that these images can be loaded with silverlight 4, for this I am using the following code:

 // X         


        
4条回答
  •  隐瞒了意图╮
    2020-12-14 22:02

    A nuget package based on xps2img is now available: https://www.nuget.org/packages/xps2img/

    Api available here: https://github.com/peters/xps2img#usage

提交回复
热议问题