<?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: PostScript basics</title>
	<atom:link href="http://www.prepressure.com/postscript/basics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.prepressure.com</link>
	<description>Prepress, printing, PDF, PostScript, Fonts and stuff...</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:01:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Shawn</title>
		<link>http://www.prepressure.com/postscript/basics#comment-93105</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Tue, 26 Jul 2011 06:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.prepressure.com/?page_id=15#comment-93105</guid>
		<description>Mr. Laurens, please, could you tell me how to import a image&#039;s file (.jpg , .eps , ps etc) to a new ps file.</description>
		<content:encoded><![CDATA[<p>Mr. Laurens, please, could you tell me how to import a image&#8217;s file (.jpg , .eps , ps etc) to a new ps file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.prepressure.com/postscript/basics#comment-83692</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 14 May 2011 01:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.prepressure.com/?page_id=15#comment-83692</guid>
		<description>Thank you!

Now I can do some relations:
Postscrip level 3, for exemple, it is a progression in the language and PostScript level 3 RIPs mean that RIP can interpret this level of language. The way it make this interpretation, I think it is: or by CPSI (I suppose that it is a cheaper OEM  tecnology, than APPE) or by APPE. I worked with Prinergy and saw Normalizer process occur in front of me all the time.
After a little research (certainly not something new for the Sr., or as we say here in Brazil: teaching the priest to pray!), CPSI v3015 had some problem with transparency, solved with flattened PDF 1.3, nowadays v3019 without thoses issues.</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
<p>Now I can do some relations:<br />
Postscrip level 3, for exemple, it is a progression in the language and PostScript level 3 RIPs mean that RIP can interpret this level of language. The way it make this interpretation, I think it is: or by CPSI (I suppose that it is a cheaper OEM  tecnology, than APPE) or by APPE. I worked with Prinergy and saw Normalizer process occur in front of me all the time.<br />
After a little research (certainly not something new for the Sr., or as we say here in Brazil: teaching the priest to pray!), CPSI v3015 had some problem with transparency, solved with flattened PDF 1.3, nowadays v3019 without thoses issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurens</title>
		<link>http://www.prepressure.com/postscript/basics#comment-83676</link>
		<dc:creator>Laurens</dc:creator>
		<pubDate>Fri, 13 May 2011 19:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.prepressure.com/?page_id=15#comment-83676</guid>
		<description>OK, let&#039;s start with the basics:
&lt;ul&gt;
	&lt;li&gt;PostScript is a page description language. A PostScript file defines what a page or document looks like.&lt;/li&gt;
	&lt;li&gt;CPSI and APPE are software libraries that Adobe sells to vendors so these can build a RIP (or renderer as it is sometimes called). Such a RIP takes a page description and uses it to output the document, usually on physical media such as paper, film or printing plates.&lt;/li&gt;
&lt;/ul&gt;


Let me use an analogy: A PostScript file is to an MP3 file as a RIP is to a music application on your computer or the software of your MP3 player.

How do CPSI and APPE relate to PostScript: 
&lt;ul&gt;
	&lt;li&gt;CPSI is the precursor of APPE. It is a PostScript interpreter: you can send a PostScript file to a RIP based on CPSI and it will make sure you get a nice print-out, or a good set of films or plates.&lt;/li&gt;
	&lt;li&gt;APPE was created when Adobe had already phased out PostScript. APPE cannot process PostScript files directly, it expects to be fed PDF files. A lot (or maybe all) of the vendors that build RIPs based on APPE still see the need for supporting PostScript so they typically add a PostScript to PDF convertor (Distiller or Normalizer) to their RIP or workflow. That means you can still send PostScript files to such a system. In the background they will be converted to PDF and then forwarded to the APPE component.&lt;/li&gt;
&lt;/ul&gt;


Hope this clears things up a bit.</description>
		<content:encoded><![CDATA[<p>OK, let&#8217;s start with the basics:</p>
<ul>
<li>PostScript is a page description language. A PostScript file defines what a page or document looks like.</li>
<li>CPSI and APPE are software libraries that Adobe sells to vendors so these can build a RIP (or renderer as it is sometimes called). Such a RIP takes a page description and uses it to output the document, usually on physical media such as paper, film or printing plates.</li>
</ul>
<p>Let me use an analogy: A PostScript file is to an MP3 file as a RIP is to a music application on your computer or the software of your MP3 player.</p>
<p>How do CPSI and APPE relate to PostScript: </p>
<ul>
<li>CPSI is the precursor of APPE. It is a PostScript interpreter: you can send a PostScript file to a RIP based on CPSI and it will make sure you get a nice print-out, or a good set of films or plates.</li>
<li>APPE was created when Adobe had already phased out PostScript. APPE cannot process PostScript files directly, it expects to be fed PDF files. A lot (or maybe all) of the vendors that build RIPs based on APPE still see the need for supporting PostScript so they typically add a PostScript to PDF convertor (Distiller or Normalizer) to their RIP or workflow. That means you can still send PostScript files to such a system. In the background they will be converted to PDF and then forwarded to the APPE component.</li>
</ul>
<p>Hope this clears things up a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.prepressure.com/postscript/basics#comment-83561</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 12 May 2011 14:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.prepressure.com/?page_id=15#comment-83561</guid>
		<description>Mr. Laurens, please,could you explain the relation between PostScript 3, CPSI and APPE. I´ve read your texts, but I could not do a clear relation between them.

Thank you!</description>
		<content:encoded><![CDATA[<p>Mr. Laurens, please,could you explain the relation between PostScript 3, CPSI and APPE. I´ve read your texts, but I could not do a clear relation between them.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurens</title>
		<link>http://www.prepressure.com/postscript/basics#comment-92778</link>
		<dc:creator>Laurens</dc:creator>
		<pubDate>Wed, 22 Dec 2010 15:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.prepressure.com/?page_id=15#comment-92778</guid>
		<description>That latter statement unfortunately is true - depending on the viewer application you use a PDF may be displayed differently.</description>
		<content:encoded><![CDATA[<p>That latter statement unfortunately is true &#8211; depending on the viewer application you use a PDF may be displayed differently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chai</title>
		<link>http://www.prepressure.com/postscript/basics#comment-66542</link>
		<dc:creator>Chai</dc:creator>
		<pubDate>Thu, 18 Nov 2010 00:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.prepressure.com/?page_id=15#comment-66542</guid>
		<description>Hey,

Thanks for your excellent article. 

one question. You wrote: &quot;PostScript can also be used to exchange data between applications themselves and it forms the basis of the PDF file format.&quot; I am not clear about it. Could you clarify? Or can I understand in this way:if I export a PDF from indesign, and I use different PDF viewer to read it, such as Preview, Acrobat or VPS, I may get different display result because they have different RIP built in? 

So eager to hear from you answer. Thanks</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks for your excellent article. </p>
<p>one question. You wrote: &#8220;PostScript can also be used to exchange data between applications themselves and it forms the basis of the PDF file format.&#8221; I am not clear about it. Could you clarify? Or can I understand in this way:if I export a PDF from indesign, and I use different PDF viewer to read it, such as Preview, Acrobat or VPS, I may get different display result because they have different RIP built in? </p>
<p>So eager to hear from you answer. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emanuele</title>
		<link>http://www.prepressure.com/postscript/basics#comment-60144</link>
		<dc:creator>Emanuele</dc:creator>
		<pubDate>Wed, 04 Aug 2010 07:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.prepressure.com/?page_id=15#comment-60144</guid>
		<description>PostScript could be a real madness but using your guide I reached my goals. Thank you for the help =) Keep this up. It was like a salvation!</description>
		<content:encoded><![CDATA[<p>PostScript could be a real madness but using your guide I reached my goals. Thank you for the help =) Keep this up. It was like a salvation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurens</title>
		<link>http://www.prepressure.com/postscript/basics#comment-436</link>
		<dc:creator>Laurens</dc:creator>
		<pubDate>Fri, 14 Sep 2007 20:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.prepressure.com/?page_id=15#comment-436</guid>
		<description>You can convert .jpg files to .eps using applications like Photoshop or other image editing applications.</description>
		<content:encoded><![CDATA[<p>You can convert .jpg files to .eps using applications like Photoshop or other image editing applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gloria guzman</title>
		<link>http://www.prepressure.com/postscript/basics#comment-272</link>
		<dc:creator>gloria guzman</dc:creator>
		<pubDate>Thu, 06 Sep 2007 14:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.prepressure.com/?page_id=15#comment-272</guid>
		<description>I have an .jpg file I need to concert it to a .eps file is this possible and if so how?</description>
		<content:encoded><![CDATA[<p>I have an .jpg file I need to concert it to a .eps file is this possible and if so how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Teosin</title>
		<link>http://www.prepressure.com/postscript/basics#comment-15</link>
		<dc:creator>Steven Teosin</dc:creator>
		<pubDate>Tue, 14 Aug 2007 00:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.prepressure.com/?page_id=15#comment-15</guid>
		<description>The site is precisely informative and easily browsable. Thank you and keep it up.</description>
		<content:encoded><![CDATA[<p>The site is precisely informative and easily browsable. Thank you and keep it up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.366 seconds -->

