<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - &amp;quot;virtual&amp;quot; printer</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - &amp;quot;virtual&amp;quot; printer</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 20:52:14 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 20:52:14 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>8</c9:totalResults>
	<c9:pageCount>-8</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - &amp;quot;virtual&amp;quot; printer</title>
		<description><![CDATA[<p>I've been wondering if anyone has ever seen software that works kind of like Adobe Acrobat but instead of creating a .PDF it just sends the print job to whatever is the default printer is on that machine?<br />I know it sounds weird but here's why I want to do this.<br /><br />I recently came across an older Toshiba laser printer/ photocopier that doesn't have Vista PCL6 drivers and I was thinking there must be a way around it.<br /><br />The&nbsp;printer is&nbsp;connected to an XP machine that's on the network and everyone in the building&nbsp;uses it except for the one Vista machine because of the lack of drivers.<br /><br />If I could install something like I described on the top of this post on the XP machine and share it on the network then the Vista machine could send the print job to&nbsp;this &quot;fake printer&quot;&nbsp;and then it would be sent the the default printer by the XP machine.<br /><br />That would be extremely useful but I haven't found anything simple like that yet.<br />Maybe it can be done with GhostScript but it seems like a mess.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/261708#261708</link>
		<pubDate>Tue, 18 Mar 2008 19:26:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/261708#261708</guid>
		<dc:creator>dentaku</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dentaku/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - &amp;quot;virtual&amp;quot; printer</title>
		<description><![CDATA[<p>Often you can &quot;Print to File&quot;, have it save the file on some network share. There would be a daemon on the host machine which checks for deposited files, then prints them. A glorified pickup directory, if you will.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/ce769286c4ec4ee79db29dfa00c1b747#ce769286c4ec4ee79db29dfa00c1b747</link>
		<pubDate>Tue, 18 Mar 2008 19:42:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/ce769286c4ec4ee79db29dfa00c1b747#ce769286c4ec4ee79db29dfa00c1b747</guid>
		<dc:creator>W3bbo</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/W3bbo/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - &amp;quot;virtual&amp;quot; printer</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">dentaku wrote:</div>
<div class="quoteBody">&#65279;I've been wondering if anyone has ever seen software that works kind of like Adobe Acrobat but instead of creating a .PDF it just sends the print job to whatever is the default printer is on that machine?<br />I know it sounds weird but here's why I want to do this.<br /><br />I recently came across an older Toshiba laser printer/ photocopier that doesn't have Vista PCL6 drivers and I was thinking there must be a way around it.<br /><br />The&nbsp;printer is&nbsp;connected to an XP machine that's on the network and everyone in the building&nbsp;uses it except for the one Vista machine because of the lack of drivers.<br /><br />If I could install something like I described on the top of this post on the XP machine and share it on the network then the Vista machine could send the print job to&nbsp;this &quot;fake printer&quot;&nbsp;and then it would be sent the the default printer by the XP machine.<br /><br />That would be extremely useful but I haven't found anything simple like that yet.<br />Maybe it can be done with GhostScript but it seems like a mess.</div>
</blockquote>
<br /><br />Not sure if this will work out but it might...<br /><br /><br />when SQL 2000 Report Services first came out they did not have a very good printing support.<br /><br />I messed with some code back then that printed a report on a server printer.<br /><br />what I found was that the internal &quot;PrintDocument&quot; format used by windows to do print-preview and to then send to the printer is enhanced windows metafile.
<br /><br />sooo....<br /><br />if you hacked up a fake windows printer driver for XP to take the app-level printer doc object and then send that over the network to the other machine and then open the printer and feed it that data I think you just might have a network printer hack.<br /><br />you could setup a named pipe to move the data.<br />EMF should be the same for Vista or XP I think.<br /><br />you might be able to get the vista hack/printer to give the xp machines basic format info to the vista apps that want to print so that the emf that is generated is compatible.<br />page size, colors, dpi that stuff...<br /><br /><br /><br />Another Idea:&nbsp;&nbsp; have you tried matching that printer with a matching HP printer and use the HP driver?<br /><br />a *LOT* of the time that will work!<br /><br />as long as the driver sends PCL6 commands to the printer the printer should print the data just fine.<br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/f1386389eef54719a5c29dfa00c1b7ce#f1386389eef54719a5c29dfa00c1b7ce</link>
		<pubDate>Tue, 18 Mar 2008 21:27:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/f1386389eef54719a5c29dfa00c1b7ce#f1386389eef54719a5c29dfa00c1b7ce</guid>
		<dc:creator>figuerres</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/figuerres/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - &amp;quot;virtual&amp;quot; printer</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">W3bbo wrote:</div>
<div class="quoteBody">&#65279;Often you can &quot;Print to File&quot;, have it save the file on some network share. There would be a daemon on the host machine which checks for deposited files, then prints them. A glorified pickup directory, if you will.<br /></div>
</blockquote>
<br /><br />That would work but it's too clumsy and I wouldn't know how to do it anyway <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/97d438d007d14f5bb8a69dfa00c1b80e#97d438d007d14f5bb8a69dfa00c1b80e</link>
		<pubDate>Wed, 19 Mar 2008 02:02:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/97d438d007d14f5bb8a69dfa00c1b80e#97d438d007d14f5bb8a69dfa00c1b80e</guid>
		<dc:creator>dentaku</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dentaku/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - &amp;quot;virtual&amp;quot; printer</title>
		<description><![CDATA[<p>Couldn't you use generic PCL6 drivers on Vista? Unless this printer has fancy features you need to exploit, any old PCL6 driver should do it.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/a9a2dd3d72444453a99c9dfa00c1b88f#a9a2dd3d72444453a99c9dfa00c1b88f</link>
		<pubDate>Wed, 19 Mar 2008 02:06:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/a9a2dd3d72444453a99c9dfa00c1b88f#a9a2dd3d72444453a99c9dfa00c1b88f</guid>
		<dc:creator>TimP</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/TimP/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - &amp;quot;virtual&amp;quot; printer</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">figuerres wrote:</div>
<div class="quoteBody">&#65279;Another Idea:&nbsp;&nbsp; have you tried matching that printer with a matching HP printer and use the HP driver?<br /><br />a *LOT* of the time that will work!<br /><br />as long as the driver sends PCL6 commands to the printer the printer should print the data just fine.<br /><br /></div>
</blockquote>
<br /><br />So you mean find PCL6 drivers for an HP printer&nbsp;that work with a Toshiba e-studio16 and install them on the XP box and then share it hoping that printer&nbsp;is Vista compatible?<br />I didn't think XP would allow you to use the wrong drivers.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/c5438e80642b4d4489a49dfa00c1b84d#c5438e80642b4d4489a49dfa00c1b84d</link>
		<pubDate>Wed, 19 Mar 2008 02:07:23 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/c5438e80642b4d4489a49dfa00c1b84d#c5438e80642b4d4489a49dfa00c1b84d</guid>
		<dc:creator>dentaku</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dentaku/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - &amp;quot;virtual&amp;quot; printer</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">TimP wrote:</div>
<div class="quoteBody">&#65279;Couldn't you use generic PCL6 drivers on Vista? Unless this printer has fancy features you need to exploit, any old PCL6 driver should do it.<br /></div>
</blockquote>
<br /><br />Interesting... I'm reading about that right now.<br />I'll have to test it out next time I'm there and I have time.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/6d488b30fb704639a2cb9dfa00c1b8cd#6d488b30fb704639a2cb9dfa00c1b8cd</link>
		<pubDate>Wed, 19 Mar 2008 02:11:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/6d488b30fb704639a2cb9dfa00c1b8cd#6d488b30fb704639a2cb9dfa00c1b8cd</guid>
		<dc:creator>dentaku</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dentaku/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - &amp;quot;virtual&amp;quot; printer</title>
		<description><![CDATA[<p>I don't know if it will help you (it certainly helped me):<br /><br />Using &quot;RedMon - Redirection Port Monitor&quot; and PS I was able to share on the network some very old Apple printer that everyone under the sun had drivers for (I was doing that to be able to print from my linux/BSDs/Sun,etc. machines as well as from windows, when
 no linux/BSDs/Sun drivers were available).<br /><br />What I got was basically the apple (fake) printer sent its output to a specified port, that this software was listening on. Then it sends the output to the GhostScript program that then can print it to the normal printer on that machine.<br />Quite complicated to setup (takes around 20 minutes)&nbsp; but you'll never have to worry about non-existent drivers ever again.<br /><br />RedMon URL: <a href="http://pages.cs.wisc.edu/~ghost/redmon/">http&#58;&#47;&#47;pages.cs.wisc.edu&#47;&#126;ghost&#47;redmon&#47;</a><br /><br />I don't remember right now where I saw those specific instruction on how to do it, is just that you need to select a printer in Windows that knows PS. That Apple II printer knew that.<br /><br />It worked for me, it may work for you as well.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/03fc089a469d453e9ed79dfa00c1b96a#03fc089a469d453e9ed79dfa00c1b96a</link>
		<pubDate>Wed, 19 Mar 2008 04:53:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261708-quotvirtualquot-printer/03fc089a469d453e9ed79dfa00c1b96a#03fc089a469d453e9ed79dfa00c1b96a</guid>
		<dc:creator>gsergiu</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gsergiu/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>