<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[CJK2PS(Chinese/Japanese/Korean to PostScript)]]></title> 
<link>http://cjk2ps.mydigitallife.org.uk/index.php</link> 
<description><![CDATA[Chinese/Japanese/Korean to PostScript]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[CJK2PS(Chinese/Japanese/Korean to PostScript)]]></copyright>
<item>
<link>http://cjk2ps.mydigitallife.org.uk/post/2/</link>
<title><![CDATA[PostScript]]></title> 
<author>RobinHoo &lt;admin@yourname.com&gt;</author>
<category><![CDATA[项目文档]]></category>
<pubDate>Fri, 19 May 2006 08:34:55 +0000</pubDate> 
<guid>http://cjk2ps.mydigitallife.org.uk/post/2/</guid> 
<description>
<![CDATA[ 
	　　PostScript是专门为打印图形和文字而设计的一个编程语言，它与打印的介质无关，不管您是在纸上、胶片上打印，还是在屏幕显示都适合。它是一种页面描述语言，与HTML语言类似。 <br/><br/>　　PostScript是由Adobe公司在1985年提出来的，首先应用在了苹果的LaserWriter打印机上。PostScript的主要目标是提供一种独立于设备的能够方便地描述图像的语言。独立于设备意味着，不需要借助任何具体设备的特性(例如，打印机的分辨率)来描述一个图像，因而这个描述不需要经过任何修改即可用在其他的Po stScript打印机上进行打印。 <br/><br/>　　PostScript作为一种语言，自己有一整套语法和格式方面的规定，如果您对这方面感兴趣的话，请浏览Adobe公司的网站：<a href="http://www.adobe.com/" target="_blank">http://www.adobe.com/</a>，Adobe公司有很全面的资料。<br/><br/>　　PostScript文件是以文本方式存储的，与HTML文件类似。这个您只要用写字板打开一个PostSc ript文件就可以看到，如图1所示。PostScript文件本身只是用PostScript语言描述了所要显示或者打印的图像有哪些特征、参数，在显示或者打印PostScript文件的时候，再由PostScript解释器解释执行，进行具体的打印或者显示，得到所要的图象。图2是图1中的PostScript文件在PostScript文件阅读器中的显示。可以看到PostScript文件经过解释显示，得到了彩色的页面。<br/><br/>　　与其他格式的文件相比，PostScript文件具有很多优点，上面所提到的独立于设备就是其中很重要的一点。PostScript文件还具有独立于操作系统平台的优点。因为很多Unix的图形环境本身就把对PostScri pt的支持作为核心的一部分，所以无论您使用的是Windows操作系统，还是Unix操作系统，都可以阅读和打印P ostScript文件，这样交流起来就比较方便。由于PostScript文件是以文本方式存储，因而文件比较小，适合在Internet上传输。还有就是在PostScript设备(打印机、显示器)上打印和显示有着得天独厚的优势，可以达到最好的效果。
]]>
</description>
</item><item>
<link>http://cjk2ps.mydigitallife.org.uk/post/5/</link>
<title><![CDATA[Latest CJK2PS HELP]]></title> 
<author>RobinHoo &lt;admin@yourname.com&gt;</author>
<category><![CDATA[项目文档]]></category>
<pubDate>Thu, 18 May 2006 09:15:40 +0000</pubDate> 
<guid>http://cjk2ps.mydigitallife.org.uk/post/5/</guid> 
<description>
<![CDATA[ 
	目前CJK2PS已更新到cjk2ps 0.00 beta。下面是CJK2PS最新的HELP信息，其中包括相应的代码功能。请参阅，可能有些功能出现在代码里但未出现在HELP信息中，表示该功能仍在测试阶段尚未公布。<br/>Last updated on 2006-05-18 16:45:31<br/><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">Chinese Japanese Korean to Postscript (WINNT) V0.10 beta<br/><br/>USAGE: &nbsp; &nbsp;cjk2ps [-options] [-SWITCHES]<br/><br/>Options:<br/> &nbsp; &nbsp; &nbsp; &nbsp;[-cp gb2312&#124;gbk&#124;big5&#124;jis&#124;shiftjis]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Input code page(default codepage is gb2312).<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-i input_file]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Input file name.(default output is stdin)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-o output_file]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Output ps filename.(default output is stdout)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-ln ##]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Lines every page.(default is 66 line/page)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-ll ##]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Character num every line.(default is determined by the paper size)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-lm ##.##]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Left margin.(default is 1.5 cm)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-rm ##.##]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Right margin.(default is 1.5 cm)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-tm ##.##]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Top margin.(default is determin by paper size & lines/page)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-bm ##.##]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bottom margin.(default is determin by pape size & lines/page)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-ps A4&#124;A3&#124;Letter&#124;Legal]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Paper size.(default is A4)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-dm cm&#124;in]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Unit of measure.(default is cm)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-co ##]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Number of copies.(default is 1)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-ratio ##.##]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ratio of font size,minus number for shrinking.(default is 1)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-ini ini_file]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ini file name.(default is cjk2ps.ini in same directory of program)<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;[-dpi #####]:<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Output ps file dpi.(default dpi is 600)<br/>Switches:<br/> &nbsp; &nbsp; &nbsp; &nbsp;[-S ] : &nbsp; Silent mode on<br/> &nbsp; &nbsp; &nbsp; &nbsp;[-D ] : &nbsp; Debug mode on<br/> &nbsp; &nbsp; &nbsp; &nbsp;[-W ] : &nbsp; Wrap mode on<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(wrap the line when col.#>=max. col.#, default is cut mode)<br/> &nbsp; &nbsp; &nbsp; &nbsp;[-H ] : &nbsp; Help<br/> &nbsp; &nbsp; &nbsp; &nbsp;[-L ] : &nbsp; Landsacpe output(default is portrait)<br/> &nbsp; &nbsp; &nbsp; &nbsp;[-LN] : &nbsp; Print line number<br/> &nbsp; &nbsp; &nbsp; &nbsp;[-CN] : &nbsp; Print column number<br/> &nbsp; &nbsp; &nbsp; &nbsp;[-PN] : &nbsp; Print page number</div></div>
]]>
</description>
</item>
</channel>
</rss>