<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Converting html to postscript</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>I am using something called htm2ps to do this now via a cgi script on a box running apache:</FONT>
</P>

<P><FONT SIZE=2> $oper = system "/usr/local/bin/html2ps $name > $name.ps";</FONT>
</P>

<P><FONT SIZE=2>But it is pretty awful at it! Especially when the html files being converted are of any length.</FONT>
</P>

<P><FONT SIZE=2>Anybody know of anything better?</FONT>
</P>
<BR>
<BR>
<BR>

<P><FONT SIZE=2>Adrian McMenamin</FONT>
</P>

</BODY>
</HTML>