How to read an XPS (Fixed page) file and show in UI using Silverlight

c#, silverlight, silverlight-4.0, wpf, xpsdocument

Solution

There have been a few articles on the topic (such as this one), but none of them are really complete. Your best bet (although it's a commercial product) would be the Document Toolkit from First Floor Software (the same guy that wrote Silverlight Spy). I haven't used it myself, but AFAIK it's the only real solution available for Silverlight.

Problem

I am trying to read an XPS file and show it using Silverlight. I don't have much experience with Silverlight but I have WPF knowledge. How do I view an XPS (Fixed Document) in Silverlight? I am able to view XPS(Fixed Document) in WPF, but not in Silverlight. Is there any way to do that in Silverlight? Any reply will be greatly appreciated. Thanks in Advance

Original source