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

前端 未结 4 1820
情深已故
情深已故 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 21:58

    There is a project named xps2img on sourceforge.net which converts an xps to image. It is made in C# and also contains the source code. Check it out. It will help you to achieve what you want.

    http://sourceforge.net/projects/xps2img/files/

提交回复
热议问题