>>>>> "YC" == Yuan Chao <yuanc...@gmail.com> writes: YC> You mean pdf2ps can render dyna fonts w/o problem? Then all you have to do YC> is just to use 'gv' to view the PDF files.
Thanks. I see now I can use gv, or reprocess them to make a 'portable portable document format' that the xpdf on Debian can read. YC> If so, that means your ghostscript is either BCI enabled or has a YC> substitute font configured. (at least from my SLC5 box, it seems to YC> be the former case) $ apt-show-versions $@ ghostscript/unstable uptodate 8.71~dfsg2-6.1 gv/unstable uptodate 1:3.7.1-1 is all I know. $ cat Makefile %.gv:%.pdf;gv $? #no reprocessing needed %.read:%.readablePDF; xpdf $? %.readablePDF:%.pdf; pdf2ps $? -|ps2pdf - $@ #don't use pdftops, makes giant files 6572b.pdf:;wget http://www.fybus.com.tw/data/1/6572b.pdf -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org