April 20, 2005

Printing man pages to other formats

Is there a good way to print a man page to some other format like html or pdf?
for example, to make a .pdf file for the ls man page:
zcat /usr/share/man/man1/ls.1 | groff -man -Tps | ps2pdf - /tmp/ls.pdf
for html: zcat /usr/share/man/man1/ls.1 | groff -man -Thtml > /tmp/ls.html
the pdf will probably print nicer
oh great thanks!
does that work with manpage.8.gz?
looks like it

Posted by ultrabob at April 20, 2005 12:16 AM
Comments
Post a comment









Remember personal info?