Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!goblin3!goblin.stu.neva.ru!newsfeed2.funet.fi!newsfeeds.funet.fi!feeder1.news.elisa.fi!uutiset.elisa.fi!7564ea0f!not-for-mail From: uhhu Newsgroups: comp.lang.postscript Subject: Re: ps2pdf, convert font to curve. Message-ID: <20111218035026.0e113c34@core2> References: <20111217183438.436ae6bf@core2> X-Newsreader: Claws Mail 3.7.8 (GTK+ 2.18.9; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Lines: 27 Date: Sun, 18 Dec 2011 03:50:26 +0200 NNTP-Posting-Host: 88.112.184.28 X-Complaints-To: newsmaster@saunalahti.com X-Trace: uutiset.elisa.fi 1324173026 88.112.184.28 (Sun, 18 Dec 2011 03:50:26 EET) NNTP-Posting-Date: Sun, 18 Dec 2011 03:50:26 EET Organization: Elisa Customer Xref: x330-a1.tempe.blueboxinc.net comp.lang.postscript:518 ken 2011-12-17: > In article <20111217183438.436ae6bf@core2>, M8R-kwn62n@mailinator.com > says... > > > > Jinsong Zhao 2011-12-17: > > > > > I have learned that -dNOCACHE in ghostscript can do such thing > > > when converting a pdf file to ps file. However, when converting a > > > ps file to pdf file, the options seems not to work. > > > > > > Thus, is it possible to convert font to curve? > > > > Yes. > > > > ps2ps -dNOCACHE inputfile.ps tmp.ps > > ps2pdf tmp.ps outputfile.pdf > > New versions of ps2ps will use ps2write, not pswrite, Are you sure you mean ps2ps and not ps2ps2? If they did change the script behavior, then this should work: gs -dNOCACHE -sDEVICE=pswrite -o tmp.ps inputfile.ps ps2pdf tmp.ps outputfile.ps