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).
The output appears as one long book, even if the project consists of hundreds of topics. After you generate the output directly (without going through another application, such as Word), you can view and print the output.
XPS is a good choice if:
XPS output consists of a collection of XPS files that you can print or distribute to users. This includes:
If you want users to download an XPS document from a server
Following are the various print-based output types available, with the distinguishing features of each.
Note: This feature requires the .NET 3.0 framework.
Note: The MadCap Book Viewer is simply used for viewing the output after generating it from Flare. The Book Viewer is not redistributable. However, end users can still view PDF output using a browser window or the Adobe PDF Reader, and they can view XHTML or XPS outputs from browser windows.
Note: Some font families contain bold or italic variants (e.g., the font Georgia has a relative named "Georgia Bold" and another named "Georgia Italic"). If you are generating native Adobe PDF or Microsoft XPS output, bold or italic formatting that is applied to text will display properly in the output ONLY if the font you are using already has a bold or italic font relative. You can determine the availability of such fonts by opening the Fonts folder from the Control Panel in Windows. For example, let's say you open the Fonts folder and see that, in addition to many other fonts, you have the following: Andalus, Angsana New, Angsana New Bold, Angsana New Bold Italic, and Angsana New Italic. If you use Andalus and apply bold or italic to some of the text, that content WILL NOT display in bold or italic in PDF or XPS output. However, if you use Angsana New and apply bold or italic to some of the text, that content WILL display in bold or italic in PDF or XPS output. The reason for this is that Andalus does not have a bold or italic relative, whereas the Angsana New font does.