Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!feeder1.news.elisa.fi!uutiset.elisa.fi!7564ea0f!not-for-mail From: uhhu Newsgroups: comp.lang.postscript Subject: Re: text messes up in ps2pdf converted pdf Message-ID: <20110426165753.4f8642b7@mailinator.com> References: <0ee8b9ed-146a-403a-8b34-f37497f2b5df@n10g2000yqf.googlegroups.com> X-Newsreader: Claws Mail 3.7.3 (GTK+ 2.14.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Lines: 14 Date: Tue, 26 Apr 2011 16:57:53 +0300 NNTP-Posting-Host: 88.113.115.219 X-Complaints-To: newsmaster@saunalahti.com X-Trace: uutiset.elisa.fi 1303826233 88.113.115.219 (Tue, 26 Apr 2011 16:57:13 EEST) NNTP-Posting-Date: Tue, 26 Apr 2011 16:57:13 EEST Organization: Elisa Customer Xref: x330-a1.tempe.blueboxinc.net comp.lang.postscript:155 Peng Yu 2011-04-25: > I convert the ps file to a pdf file. But the text in the pdf is messed > up. I'm wondering how to convert a ps file to a pdf file so that the > text can be copied? Thanks and look forward to hearing from you! > > $ps2pdf pcfg-notes.ps > > http://www.cs.cmu.edu/~roni/11761-s01/PreviousYearsHandouts/pcfg-notes.ps It seems the small-caps (a-z) are "rot-2" coded. $ tr a-z c-zab