On Sun, 2003-08-31 at 13:11, Volker Kuhlmann wrote: > > > What do people use to convert html pages to a legible formatted text > > > representation? > > > > I find "links" is very good for that. > > It's screen rendering looks very good with the one page I could only > handle with netscape 4 yesterday. No kudos though for making > tab-completion unsable by requiring file://`pwd`/file instead of just > ./file. I'd also need to hammer it into using latin-1 instead of 7bit > output. The docs are rather insubstantial - big question: how do I get > the output into a file? If I wanted screen display, konqueror does that > just fine.
If you want to do it from a manually loaded page, press F10 and select "File" "Save as formatted document". Settings even let one do it in German :) To get out put from file.html you just do: links -dump file.html Vik :v)
