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.

Windows: How to tell printer to issue a FormFeed during printing?

i need to tell a printer driver to issue a form feed. i'm printing directly to a printer using the: …

windows printing xps
Convert XPS to PDF in WPF C# application

I need to convert an XPS file I create with my application to a PDF file, what is the best …

c# pdf pdf-generation xps
How do you hide a WPF DocumentViewer's menu bars?

At the moment I have a DocumentViewer in a WPF window that displays an XPS file. I have created my …

wpf xps xpsdocument documentviewer
WPF DocumentViewer doesn't release the XPS file

I am working on a WPF application that opens and displays XPS documents. When the application closes, the specification is …

.net wpf xps documentviewer
PDF to XPS Converting via Microsoft XPS Document Writer

Printing pdf document with Microsoft XPS Document Writer: string filename = "C:\\1.pdf"; Process process = new Process(); process.StartInfo.Verb = "PrintTo"; …

c# xps
WPF to XPS to PDF

I have implemented a report in standard WPF controls and have also implemented a DocumentPaginator to take these controls and …

wpf pdf .net-4.0 xps pdfsharp
How can I use Ghostscript to convert XPS to PDF or XPS to DOC?

Which one is the best third party libary to convert XPS to PDF and XPS to DOC.

pdf ghostscript doc xps
How to generate and print large XPS documents in WPF?

I would like to generate (and then print or save) big XPS documents (>400 pages) from my WPF application. We …

wpf memory printing xps
Exception converting Office files to PDF using ABCpdf.NET onWindows Server 2008

Has anyone delt with this exception from ABCpdf? We're running on Server 2008 and only have issues converting Office files (Word …

windows-server-2008 office-2007 xps abcpdf
WPF to XPS in landscape orientation

i am trying to to generate a XPS Document from a WPF Control. Printing works so far, but i cannot …

c# wpf orientation xps landscape