<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows Driver Kit (WDK) Documentation Blog : XPS</title><link>http://blogs.msdn.com/wdkdocs/archive/tags/XPS/default.aspx</link><description>Tags: XPS</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Changes to XPS Rasterization Filter Sample for Windows Vista SP2 with Platform Client Update</title><link>http://blogs.msdn.com/wdkdocs/archive/2009/09/30/changes-to-xps-rasterization-filter-sample-for-windows-vista-sp2-with-platform-client-update.aspx</link><pubDate>Wed, 30 Sep 2009 03:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9901082</guid><dc:creator>wdkblog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/wdkdocs/comments/9901082.aspx</comments><wfw:commentRss>http://blogs.msdn.com/wdkdocs/commentrss.aspx?PostID=9901082</wfw:commentRss><description>&lt;P&gt;If you are working with the Windows Vista SP2 with Platform Client Update, you will need to make some minor changes to the Print XPS Rasterization Filter Sample. If you want to know more about the Platform Client Update, see KB article &lt;A title=971644 href="http://support.microsoft.com/kb/971644" target=_blank mce_href="http://support.microsoft.com/kb/971644"&gt;971644&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;Follow these steps to make the sample work in Vista SP2 with Platform Client Update:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Buld the sample using Windows 7.&lt;/LI&gt;
&lt;LI&gt;Change the &lt;STRONG&gt;xpsrassmpl.inf&lt;/STRONG&gt; file.&lt;/LI&gt;
&lt;LI&gt;Install the sample on Windows Vista SP2 with Platform Client Update.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;For step 2, make these changes to the XPSRASSMPL.INF file:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;U&gt;Change the Manufacturer section to read:&lt;/U&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;[Manufacturer]%Microsoft%=Microsoft,NTx86.6.1,NTia64.6.1,NTamd64.6.1,NTx86.6.0,NTia64.6.0,NTamd64.6.0&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;U&gt;Add the following sections after the Manufacturer section:&lt;/U&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;[Microsoft.NTx86.6.0]&lt;BR&gt;"XPSRas WDK Sample Driver" = INSTALL_FILTER&lt;BR&gt;[Microsoft.NTia64.6.0]&lt;BR&gt;"XPSRas WDK Sample Driver" = INSTALL_FILTER&lt;BR&gt;[Microsoft.NTamd64.6.0]&lt;BR&gt;"XPSRas WDK Sample Driver" = INSTALL_FILTER&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'MS Gothic'; mso-bidi-font-family: 'MS Gothic'"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;－&lt;/SPAN&gt;&lt;FONT face=Calibri&gt;Seth McEvoy [MSFT], WDK Senior Programming Writer &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9901082" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/wdkdocs/archive/tags/updates/default.aspx">updates</category><category domain="http://blogs.msdn.com/wdkdocs/archive/tags/XPS/default.aspx">XPS</category><category domain="http://blogs.msdn.com/wdkdocs/archive/tags/Vista+RC2/default.aspx">Vista RC2</category></item><item><title>XPS Document API Now Available for Printer Driver Filter Modules</title><link>http://blogs.msdn.com/wdkdocs/archive/2009/07/10/xps-document-api-now-available-for-printer-driver-filter-modules.aspx</link><pubDate>Sat, 11 Jul 2009 00:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9829094</guid><dc:creator>wdkblog</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/wdkdocs/comments/9829094.aspx</comments><wfw:commentRss>http://blogs.msdn.com/wdkdocs/commentrss.aspx?PostID=9829094</wfw:commentRss><description>&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;If you are a Print Driver developer using the XPS Filter Pipeline, you can now use unmanaged XPS functions that were previously only available as .NET managed code. Because these functions were originally written for .NET, they could not be called from a Print driver until now. &lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;These XPS functions will enable driver developers to modify XPS documents in greater detail when they are in the &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa506195.aspx" mce_href="http://msdn.microsoft.com/en-us/library/aa506195.aspx"&gt;&lt;FONT size=3 face=Calibri&gt;filter pipeline&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt;. This will make it possible to make custom changes to the documents before they get to the printer.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;In addition, this API allows you to have access to the document metadata and content.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;This API was previously unavailable to Print Driver developers, but has been recently converted to unmanaged code and is now documented in the Windows SDK. The new documentation includes overviews of the XPS Object Model and complete coverage of all interfaces, methods, structures, and enumerators that are implemented by the XPS API. &lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;For more information, see the XPS Document Programming Guide and Reference at &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/dd316976(VS.85).aspx" mce_href="http://msdn.microsoft.com/en-us/library/dd316976(VS.85).aspx"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;http://msdn.microsoft.com/en-us/library/dd316976(VS.85).aspx&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'MS Gothic'; mso-bidi-font-family: 'MS Gothic'"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;－&lt;/SPAN&gt;&lt;FONT face=Calibri&gt;Seth McEvoy [MSFT], WDK Senior Programming Writer &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9829094" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/wdkdocs/archive/tags/Printing/default.aspx">Printing</category><category domain="http://blogs.msdn.com/wdkdocs/archive/tags/XPS/default.aspx">XPS</category></item></channel></rss>