<?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>New XPS Features in Windows 7</title><link>http://blogs.msdn.com/adrianford/archive/2008/11/04/new-xps-features-in-windows-7.aspx</link><description>We’ve been busy. Last week at PDC we unveiled Windows 7 and provided developers with a first look at the bits. This week at WinHEC we’re providing further details about Windows 7 for the hardware community. The big Windows 7 news for XPS is that we’ve</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: New XPS Features in Windows 7</title><link>http://blogs.msdn.com/adrianford/archive/2008/11/04/new-xps-features-in-windows-7.aspx#9041765</link><pubDate>Wed, 05 Nov 2008 01:17:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9041765</guid><dc:creator>RuslanUrban</dc:creator><description>&lt;p&gt;XPS Essentials Feature Request&lt;/p&gt;
&lt;p&gt;While the intent of the XPS document writer seems to be only &amp;quot;printing&amp;quot; into an XPS file instead of a printer. In my opinion, it is missing lots of functionality that a first-class Windows system citizen should have. Can the driver be extended easily, or, should it be completely re-written if certain functionality should be added by a third party?&lt;/p&gt;
&lt;p&gt;Here are a few things that can be added to the XPS Essentials:&lt;/p&gt;
&lt;p&gt;XPS Document Writer (printer driver):&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;1. Add a optional dialog to assign additional document properties; e.g. specify metadata attributes like author, title, etc., sign the document, secure document with a with password.&lt;/p&gt;
&lt;p&gt;2. Use title of the window of the application that initiated printing or title metadata attribute as the default file name for the XPS file, or leave file name blank. I find &amp;quot;*.xps&amp;quot; in the file name annoying to edit at times. The .xps extension is added to the name of the file automatically.&lt;/p&gt;
&lt;p&gt;3. Add send option to allow sending the document by e-mail without storing it to the file system.&lt;/p&gt;
&lt;p&gt;4. Add ability to queue multiple print jobs into a single XPS file. It is useful when you want to save multiple steps of a wizard, for example saving a log of a an online purchase.&lt;/p&gt;
&lt;p&gt;5. Add ability to add watermarks.&lt;/p&gt;
&lt;p&gt;XPS Viewer&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;1. Add Send option to allow sending the document by e-mail&lt;/p&gt;
&lt;p&gt;2. Add ability to append contents of other XPS files.&lt;/p&gt;
&lt;p&gt;3. Add ability to delete pages. Sometimes, when you print a web page, a few lines of text are printed on a separate page that is often thrown away. Deleting such pages would reduce the size of the document, which is often very important.&lt;/p&gt;</description></item><item><title>re: New XPS Features in Windows 7</title><link>http://blogs.msdn.com/adrianford/archive/2008/11/04/new-xps-features-in-windows-7.aspx#9043697</link><pubDate>Wed, 05 Nov 2008 10:59:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9043697</guid><dc:creator>adrian ford</dc:creator><description>&lt;p&gt;Thanks for the input - I've passed it on to the team.&lt;/p&gt;
&lt;p&gt;&amp;quot;Can the driver be extended easily&amp;quot;&lt;/p&gt;
&lt;p&gt;Yes - see &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/adrianford/archive/2008/02/02/generating-xps-automagically.aspx"&gt;http://blogs.msdn.com/adrianford/archive/2008/02/02/generating-xps-automagically.aspx&lt;/a&gt; for links to the WDK which includes example code and documentation for building your own 'Save as XPS' driver ontop of the core components provided by Windows.&lt;/p&gt;
</description></item><item><title>re: New XPS Features in Windows 7</title><link>http://blogs.msdn.com/adrianford/archive/2008/11/04/new-xps-features-in-windows-7.aspx#9124008</link><pubDate>Wed, 19 Nov 2008 16:05:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9124008</guid><dc:creator>HLeuze</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;we are using XPS in our .net app and the biggest problem for us with the current xps version is that there is no way to send output to the microsoft xps document writer and redirect the output to a specific file (print to file). Problem is that there is no way to specify the output filename.&lt;/p&gt;
&lt;p&gt;A lot of developers are asking for this feature in the the XPS MSDN forum.&lt;/p&gt;
&lt;p&gt;Thanks in advance for some comment about this.&lt;/p&gt;</description></item><item><title>re: New XPS Features in Windows 7</title><link>http://blogs.msdn.com/adrianford/archive/2008/11/04/new-xps-features-in-windows-7.aspx#9125314</link><pubDate>Wed, 19 Nov 2008 21:18:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9125314</guid><dc:creator>adrian ford</dc:creator><description>&lt;p&gt;If you're using WPF in .Net then there's no need to use the document writer, you can serialize direct to XPS and output wherever you want (see &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/aa970449.aspx"&gt;http://msdn.microsoft.com/en-us/library/aa970449.aspx&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;If you're using Winforms in .Net than check out the PrinterSettings class in System.Drawing.Printing, specifically PrintToFile and PrintFileName (see &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/system.drawing.printing.printersettings"&gt;http://msdn.microsoft.com/en-us/library/system.drawing.printing.printersettings&lt;/a&gt;(VS.80).aspx)&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;
</description></item><item><title>re: New XPS Features in Windows 7</title><link>http://blogs.msdn.com/adrianford/archive/2008/11/04/new-xps-features-in-windows-7.aspx#9230882</link><pubDate>Wed, 17 Dec 2008 16:53:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230882</guid><dc:creator>Walter</dc:creator><description>&lt;p&gt;We have been waiting a long time for an XPS renderer in SQL Reporting Services. In fact we were very disappointed to see that neither SQL 2008 nor SQL 2005 SP3 had one. Hopefully it will support native rendering to XPS in the not too distant future.&lt;/p&gt;
&lt;p&gt;In the mean time however, is it possible to use the System.Drawing.Printing to programatically print SSRS output to the Microsoft XPS Document Writer without user intervention? That might give us a great option to use in the mean time.&lt;/p&gt;</description></item><item><title>re: New XPS Features in Windows 7</title><link>http://blogs.msdn.com/adrianford/archive/2008/11/04/new-xps-features-in-windows-7.aspx#9231376</link><pubDate>Wed, 17 Dec 2008 21:25:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231376</guid><dc:creator>adrian ford</dc:creator><description>&lt;p&gt;Hi Walter, I don't know what plans SQL Reporting Services have, but I can ask...&lt;/p&gt;
</description></item></channel></rss>