Top "Xps" questions

Open XML Paper Specification (XPS) is an open specification for a page description language and a fixed-document format originally developed by Microsoft as XML Paper Specification (XPS) that was later standardized by Ecma International as international standard ECMA-388.

How do you print XPS files?

My printer ran out of black toner and I didn’t have a spare, so I thought it’d be …

windows printing xps
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 …

c# wpf xaml xps xpsviewer
How to create an XPS document?

I'd like to create an XPS document for storing and printing. What is the easiest way to create an XPS …

c# .net xps xpsdocument
Best ways to convert XPS to PDF (and vice-versa)?

I have XPS documents being generated from XAML User Controls that act as templates. I want to convert the XPS …

wpf xaml pdf-generation xps xps-generation
Dot Matrix printing in C#?

I'm trying to print to Dot Matrix printers (various models) out of C#, currently I'm using Win32 API (you can …

c# printing xps
display PDF file into WinForms

I am working on a C# .Net Windows application. Here I create report using Infragistics.Documents.Report and export to .…

winforms pdf xps
Way to default the name of the generated XPS file?

If a user prints a report, and they happen to be using the Microsoft XPS printer, i would like the …

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

I'm trying to convert an XPS with WPF. The idea is that these images can be loaded with silverlight 4, for …

c# wpf silverlight xps rendertargetbitmap
"The calling thread must be STA, because many UI components require this." Error in WPF?

I am creating a xps document as below. Assembly assembly = Assembly.GetExecutingAssembly(); //read embedded xpsDocument file Stream helpStream = assembly.GetManifestResourceStream(…

wpf exception xps
Displaying an XPS document in Document Viewer

I'm having a go with document viewer and XPS atm as I haven't tried it before. So I have a …

c# wpf xps documentviewer