Microsoft's XML Paper Specification (XPS) is a document format with a markup language that is a subset of XAML for Windows Presentation Foundation. XPS is an alternative to Adobe's Portable Document Format (PDF).
You can generate XPS output from your project directly (as long as you have Microsoft .NET Framework 3.0 installed on your computer, which is a free download from microsoft.com).
Alternatively, you can generate XPS output while simultaneously building Word 2007 output (by installing a free add-in download from Microsoft).
This topic describes how to use the second option, sending output to XPS via Microsoft Word. If you want to send output to XPS directly, simply install Microsoft .NET Framework 3.0 and build an XPS target.
In order to send output to XPS via Microsoft Word, you need to have the following setup:
You must download and install the following free add-ins from Microsoft:
To View and Generate XPS Go to http://www.microsoft.com/whdc/xps/viewxps.mspx
Note: This first add-in is not necessary for Microsoft Vista users.
How to specify XPS output for Microsoft Word
Use the Output File field on the Basic tab:
OR
Use the check box on the
Note: If you use this second check box option, it will overrule any file extension specified for the output file name on the Basic tab.
to save your work.After you perform this task and complete the other tasks in preparation for printed output, you are ready to build the print target.