On Thu, Aug 24, 2000 at 12:51:54PM +0300, Shaul Karl wrote:
:What are the methods for converting multiple pages html document to other 
:formats like single page html doc, ps, pdf, latex, anything else?
:That is, if I have 188 html files that are all parts of the same document, how 
:can I convert it into one or more of the mentioned formats?

the ugly-hack method would be:

$ cd /html/directory/
$ cat *.html >> big.mess

then cut out all the extraneous tags and headers, someone who knows
perl or sed better than I could script this part too.

-Jon

Reply via email to