Pkfix


The text-producing systems LaTeX and TeX produce DVI files from files written by the user. Those files used to be post-processed by a tool called dvips, which converted those DVI files into PostScript files, which are understood by many printers.
Some older versions of dvips with embedded bitmapped fonts, which represented letters and symbols as pictures at a fixed resolution. When such files are printed on newer devices, the letters of the files that have bitmapped fonts display a remarkably low quality, with jagged lines on curves and diagonals. One solution to this problem is to substitute the bitmapped fonts with scalable fonts.
To remedy this problem of low quality printing, one can use Heiko Oberdiek's utility called pkfix. The input of pkfix is a PostScript file generated by dvips and its output is another PostScript file, this time, with the bitmapped fonts substituted by scalable fonts.
Technically speaking, pkfix is a Perl script which searches the PostScript file for comments on bitmapped PK fonts, and replaces them with the corresponding Type 1 fonts.
Of course, a simpler solution to this problem would be to reprocess the LaTeX/TeX files with recent tools and fonts, but, in most cases, the person that has the given PostScript file isn't the author of the document and doesn't have access to the source files.