<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: PDF: direct printing with .NET</title>
	<atom:link href="http://www.torres.at/pdf-printing-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.torres.at/pdf-printing-net/</link>
	<description>php asp.net java c# .net c++ xml xhtml seo magento zend framework dotnetnuke tomcat iis sql server mysql oracle typo3 coremedia</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:22:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Von: Martin Zeller</title>
		<link>http://www.torres.at/pdf-printing-net/comment-page-1/#comment-19007</link>
		<dc:creator>Martin Zeller</dc:creator>
		<pubDate>Wed, 04 Jan 2012 15:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.torres.at/?p=101#comment-19007</guid>
		<description>Hi shalini,
you need two things:
1. ghostscript (see the link above)
2. a printer

Install ghostscript and put the appropriate path to psInfo.FileName
Then look at the arguments: you need your printer name and the path to the pdf file (take the screenshot above as reference)

Kind regards
Martin</description>
		<content:encoded><![CDATA[<p>Hi shalini,<br />
you need two things:<br />
1. ghostscript (see the link above)<br />
2. a printer</p>
<p>Install ghostscript and put the appropriate path to psInfo.FileName<br />
Then look at the arguments: you need your printer name and the path to the pdf file (take the screenshot above as reference)</p>
<p>Kind regards<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: shalini</title>
		<link>http://www.torres.at/pdf-printing-net/comment-page-1/#comment-19006</link>
		<dc:creator>shalini</dc:creator>
		<pubDate>Wed, 04 Jan 2012 15:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.torres.at/?p=101#comment-19006</guid>
		<description>Hi i am trying to use the ghostscript implementation so does it have any prerequisites like installing Acrobat Reader on all machines ..i am new to programming so if you could explain help me understand the code where we pass the argument ...</description>
		<content:encoded><![CDATA[<p>Hi i am trying to use the ghostscript implementation so does it have any prerequisites like installing Acrobat Reader on all machines ..i am new to programming so if you could explain help me understand the code where we pass the argument &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Martin Zeller</title>
		<link>http://www.torres.at/pdf-printing-net/comment-page-1/#comment-16082</link>
		<dc:creator>Martin Zeller</dc:creator>
		<pubDate>Wed, 07 Dec 2011 09:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.torres.at/?p=101#comment-16082</guid>
		<description>Hi Mauricio, sorry for the delay - business.
Have you found a solution yet?
Did you try to print a raw text file instead of the pdf file with the lexmark as default printer?
I never went deeper into number 2... I think you could get some hints from this site: http://www.robvanderwoude.com/printfiles.php#PrintPDF</description>
		<content:encoded><![CDATA[<p>Hi Mauricio, sorry for the delay &#8211; business.<br />
Have you found a solution yet?<br />
Did you try to print a raw text file instead of the pdf file with the lexmark as default printer?<br />
I never went deeper into number 2&#8230; I think you could get some hints from this site: <a href="http://www.robvanderwoude.com/printfiles.php#PrintPDF" rel="nofollow">http://www.robvanderwoude.com/printfiles.php#PrintPDF</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Mauricio Coto</title>
		<link>http://www.torres.at/pdf-printing-net/comment-page-1/#comment-15646</link>
		<dc:creator>Mauricio Coto</dc:creator>
		<pubDate>Fri, 02 Dec 2011 17:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.torres.at/?p=101#comment-15646</guid>
		<description>Hi Martin,

No, i understand how it works! I know it will run on the server, the thing is that in my ASP application, when i run it from the visual studio(with the debugger)  it prints my document just as you said. 

But when i publish my app in the IIS server and try to print the same doc it doesn&#039;t do anything!  

I guess what is happening is that the default printer of my server is the Windows XPS document writer, but i have tried changing my default printer to the lexmark i have, and it doesn&#039;t work!

Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>No, i understand how it works! I know it will run on the server, the thing is that in my ASP application, when i run it from the visual studio(with the debugger)  it prints my document just as you said. </p>
<p>But when i publish my app in the IIS server and try to print the same doc it doesn&#8217;t do anything!  </p>
<p>I guess what is happening is that the default printer of my server is the Windows XPS document writer, but i have tried changing my default printer to the lexmark i have, and it doesn&#8217;t work!</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Martin Zeller</title>
		<link>http://www.torres.at/pdf-printing-net/comment-page-1/#comment-15632</link>
		<dc:creator>Martin Zeller</dc:creator>
		<pubDate>Fri, 02 Dec 2011 15:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.torres.at/?p=101#comment-15632</guid>
		<description>Mauricio,
I don&#039;t know your requirements, but for sure, if the you want to print the pdf on the client, it won&#039;t work this way, because you are calling the shell on the server!</description>
		<content:encoded><![CDATA[<p>Mauricio,<br />
I don&#8217;t know your requirements, but for sure, if the you want to print the pdf on the client, it won&#8217;t work this way, because you are calling the shell on the server!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Mauricio Coto</title>
		<link>http://www.torres.at/pdf-printing-net/comment-page-1/#comment-15565</link>
		<dc:creator>Mauricio Coto</dc:creator>
		<pubDate>Thu, 01 Dec 2011 22:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.torres.at/?p=101#comment-15565</guid>
		<description>Hi i&#039;m trying to use the number  2:  Printing a pdf with windows shell command..  on a asp .net application.

It works perfectly when i execute it  on the Dev Server for debbugin of Visual Studio. But when i try the same code in the release version from another computer outside the server it doesn&#039;t works. 

Any clue?</description>
		<content:encoded><![CDATA[<p>Hi i&#8217;m trying to use the number  2:  Printing a pdf with windows shell command..  on a asp .net application.</p>
<p>It works perfectly when i execute it  on the Dev Server for debbugin of Visual Studio. But when i try the same code in the release version from another computer outside the server it doesn&#8217;t works. </p>
<p>Any clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Carmelina Loehner</title>
		<link>http://www.torres.at/pdf-printing-net/comment-page-1/#comment-9020</link>
		<dc:creator>Carmelina Loehner</dc:creator>
		<pubDate>Mon, 01 Aug 2011 11:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.torres.at/?p=101#comment-9020</guid>
		<description>foundfor the most partwillgo alongwith your blog.</description>
		<content:encoded><![CDATA[<p>foundfor the most partwillgo alongwith your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tenant Background Screening</title>
		<link>http://www.torres.at/pdf-printing-net/comment-page-1/#comment-5725</link>
		<dc:creator>Tenant Background Screening</dc:creator>
		<pubDate>Mon, 16 May 2011 22:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.torres.at/?p=101#comment-5725</guid>
		<description>Terrific! I have to agree this is speaking the truth. Keep it up.</description>
		<content:encoded><![CDATA[<p>Terrific! I have to agree this is speaking the truth. Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: phil</title>
		<link>http://www.torres.at/pdf-printing-net/comment-page-1/#comment-3936</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Sun, 20 Mar 2011 17:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.torres.at/?p=101#comment-3936</guid>
		<description>PDFs are now the default legal documents.  I remember when wordperfect was the standard</description>
		<content:encoded><![CDATA[<p>PDFs are now the default legal documents.  I remember when wordperfect was the standard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Martin Zeller</title>
		<link>http://www.torres.at/pdf-printing-net/comment-page-1/#comment-2549</link>
		<dc:creator>Martin Zeller</dc:creator>
		<pubDate>Fri, 07 Jan 2011 16:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.torres.at/?p=101#comment-2549</guid>
		<description>Ansar,
in my case it was an intranet where it was clear which version would be on the clients.
I think there isn&#039;t any clean solution for direct printing if you cannot control the clients.</description>
		<content:encoded><![CDATA[<p>Ansar,<br />
in my case it was an intranet where it was clear which version would be on the clients.<br />
I think there isn&#8217;t any clean solution for direct printing if you cannot control the clients.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

