The Microsoft XML Paper Specification Essentials Pack, Version 1.2 (XPS Essentials Pack) contains components that enable you to view, generate and index XPS Documents. FREE Security Patch. The Microsoft XPS document writer is actually a printer driver for the.XPS file format. This driver allows you to create files with.XPS file format from any application that allows you to print documents. These include MS Word and other text editors, web browsers, document readers, etc. Although the attempt failed spectacularly, Microsoft.
-->The Microsoft XPS Document Writer (MXDW) enables users to create XPS document files by printing from any Windows application. Applications developers can control the following output settings of the MXDW using the PrintTicket and PrintCapabilities parts of the Print Schema.
The JobInterleaving setting controls the content interleaving order for the XPS Documents. For information about job interleaving, see the XML Paper Specification. MXDW supports the following two options for this setting:
The following example is an example of the PrintCapabilities XML that includes the JobInterleaving setting.
The PrintTicket XML is similar, except that it specifies a particular option. See the Print Schema for details.
Since JobInterleaving is not one of the Print Schema Public Keywords, you must include a declaration of the namespace (in this case 'ns0000' in the PrintCapabilities (or PrintTicket) tag at the beginning of the PrintCapabilities (or PrintTicket) document, as shown in the following example:
JobImageType controls the output format of embedded bitmap formats. MXDW supports the following four options for this setting:
The PrintCapabilities XML of the JobImageType setting appears below:
The PrintTicket XML is similar, except that it specifies a particular option. See the Print Schema for details.
Since JobImageType is not one of the Print Schema Public Keywords, you must include a declaration of the namespace (in this case 'ns0000' in the PrintCapabilities (or PrintTicket) tag at the beginning of the PrintCapabilities (or PrintTicket) document, as shown in the following example: