<?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>Comments on: PPD Files</title>
	<atom:link href="http://www.devtrends.com/index.php/ppd-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devtrends.com/index.php/ppd-files/</link>
	<description>developing trends in information technology</description>
	<lastBuildDate>Tue, 17 Jan 2012 01:31:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Andreas</title>
		<link>http://www.devtrends.com/index.php/ppd-files/comment-page-1/#comment-2129</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 05 Jan 2012 13:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=26#comment-2129</guid>
		<description>Hallo,

i want to change the Name of the Printjob and save it on the printer without printing.
I change the Line in the ppd:

userdict /xerox$jobname () put
userdict /xerox$jobname (Testprint) put

and set the Jobtype to &quot;save print&quot; ,

but the Printer prints direkt without saving!?

Can anyone help pleas?</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>i want to change the Name of the Printjob and save it on the printer without printing.<br />
I change the Line in the ppd:</p>
<p>userdict /xerox$jobname () put<br />
userdict /xerox$jobname (Testprint) put</p>
<p>and set the Jobtype to &#8220;save print&#8221; ,</p>
<p>but the Printer prints direkt without saving!?</p>
<p>Can anyone help pleas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Briones</title>
		<link>http://www.devtrends.com/index.php/ppd-files/comment-page-1/#comment-1131</link>
		<dc:creator>Samuel Briones</dc:creator>
		<pubDate>Wed, 06 Apr 2011 12:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=26#comment-1131</guid>
		<description>reposting with correct phrase....

hi,
until now i still could not follow the steps on how to disable banner sheet from the PPD files of a MAC. i tried to pull up and follow the path but it seems that the files are encrypted and i just could not see how i can set the following :
ColorDevice: False
DefaultColorSpace: Gray
DefaultJCLBanner: False

please help me with these issues as i get a lot of problems with a mac on this related configurations.

thanks
Nik</description>
		<content:encoded><![CDATA[<p>reposting with correct phrase&#8230;.</p>
<p>hi,<br />
until now i still could not follow the steps on how to disable banner sheet from the PPD files of a MAC. i tried to pull up and follow the path but it seems that the files are encrypted and i just could not see how i can set the following :<br />
ColorDevice: False<br />
DefaultColorSpace: Gray<br />
DefaultJCLBanner: False</p>
<p>please help me with these issues as i get a lot of problems with a mac on this related configurations.</p>
<p>thanks<br />
Nik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Briones</title>
		<link>http://www.devtrends.com/index.php/ppd-files/comment-page-1/#comment-1130</link>
		<dc:creator>Samuel Briones</dc:creator>
		<pubDate>Wed, 06 Apr 2011 12:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=26#comment-1130</guid>
		<description>hi,
until now i still could follow the steps on how to disable banner sheet from the PPD files of a MAC. i tried to pull up and follow the path but it seems that the files are encrypted and i just could not see how i can set the following :
ColorDevice: False
DefaultColorSpace: Gray
DefaultJCLBanner: False

please help me with these issues as i get a lot of problems with a mac on this related configurations.

thanks
Nik</description>
		<content:encoded><![CDATA[<p>hi,<br />
until now i still could follow the steps on how to disable banner sheet from the PPD files of a MAC. i tried to pull up and follow the path but it seems that the files are encrypted and i just could not see how i can set the following :<br />
ColorDevice: False<br />
DefaultColorSpace: Gray<br />
DefaultJCLBanner: False</p>
<p>please help me with these issues as i get a lot of problems with a mac on this related configurations.</p>
<p>thanks<br />
Nik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.devtrends.com/index.php/ppd-files/comment-page-1/#comment-278</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Fri, 11 Jun 2010 01:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=26#comment-278</guid>
		<description>Glad it helped you out.</description>
		<content:encoded><![CDATA[<p>Glad it helped you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CBI</title>
		<link>http://www.devtrends.com/index.php/ppd-files/comment-page-1/#comment-275</link>
		<dc:creator>CBI</dc:creator>
		<pubDate>Thu, 10 Jun 2010 14:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=26#comment-275</guid>
		<description>I had a related problem using Linux and the openprinting.org .ppd file for my Xerox  Phaser 7750GX, in that my color print jobs would come out grayscale unless I manually forced them to &quot;color&quot;.  I was leery of editing the .ppd file, but based upon the above article, I modified two lines:
&lt;code&gt;
*ColorDevice:   True                &lt;i&gt;was &lt;/i&gt;False
*DefaultColorSpace: RGB             &lt;i&gt;was &lt;/i&gt;Gray
&lt;/code&gt;

Restarting cups then changed the default behaviour.</description>
		<content:encoded><![CDATA[<p>I had a related problem using Linux and the openprinting.org .ppd file for my Xerox  Phaser 7750GX, in that my color print jobs would come out grayscale unless I manually forced them to &#8220;color&#8221;.  I was leery of editing the .ppd file, but based upon the above article, I modified two lines:<br />
<code><br />
*ColorDevice:   True                <i>was </i>False<br />
*DefaultColorSpace: RGB             <i>was </i>Gray<br />
</code></p>
<p>Restarting cups then changed the default behaviour.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

