Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
2answers
15k views

Convert WPF (XAML) Control to XPS Document

Can I take an Existing WPF (XAML) Control, databind it and turn it into an XPS document that can be displayed and printed using the WPF XPS Document Viewer? If so, how? If not, how should I be doing ...
3
votes
2answers
1k views

Another way to display an XPS document using WPF

I would like to ask if there are any other alternatives, aside from DocumentViewer, for displaying an XPS document in a WPF application? A ready-to-use control or class in .NET if possible. This is ...
1
vote
3answers
2k views

Default Layout Orientation when printing XPSs using the WPF XPS Viewer

Is there a way to set the Default Layout Orientation when printing XPSs using the WPF XPS Viewer? My fixed document XPS has its page orientation set to Landscape, the Page Media Size has a width that ...
1
vote
2answers
1k views

XPS or XAML viewer to embed in .NET app?

Is there a viewer object or ActiveX control I can use to embed an XPS document, or an XAML GUI in my .NET application?
0
votes
0answers
14 views

Fast XPS Viewer

I am currently writing a .net application to view XPS files. So far I have tried using the standard windows library in a WPF app, using GetFixedDocumentSequence(). As I intend to load large files, the ...
0
votes
0answers
52 views

unable to open XPS document using XPS Viewer in windows xp

I have an application which createws reports in xps format, if i try to open xps file using XPS Viewer it tryes to open in IE, but it wont open. The internet explorer version is IE8, and Windows xp ...
0
votes
1answer
62 views

View XPS with XPS Document API?

How can i view an XPS using the (native Windows 7) XPS Document API? Given an XPS Object Model Package object (IXpsOMPackage), how can i render it to a bitmap or device context? In the way a ...
0
votes
1answer
193 views

Viewing Xps document - Compressed part has inconsistent data length

XpsDocument xpsDoc = new XpsDocument(fileName, FileAccess.Read); documentViewer.Document = xpsDoc.GetFixedDocumentSequence(); Second line gives next error: Compressed part has inconsistent data ...
0
votes
1answer
44 views

XpsSignatureDefinition.SpotLocation - How does it work?

How does the SpotLocation work? The following code will not display digital signature request(DSR) on the fixed page at the spot location. Should the DSR automatically appear at the spot location on ...
0
votes
2answers
628 views

Is there an XPS viewer that can be built into a web page, as iPaper can?

Does anyone know of a an XPS viewer that can be built into a webpage that would access XPS files hosted on our server in the same way that iPaper does for pdfs? (Coming up with an automated conversion ...