On Mon, 2007-02-12 at 15:06 -0800, Michael A Peters wrote:
On Mon, 2007-02-12 at 14:58 -0800, Michael A Peters wrote:
I might have the syntax wrong - but I think it can be done in AbiWord via
abiword --print=foo.ps foo.html
abiword is in extras You might need a plugin in AbiWord to open html files, I don't know.
Seems the AbiWord html import plugin is broken at the moment - at least for my test case :( - otherwise it should work.
It just seems to insist on w3c html. use HTML Tidy (in package tidy in extras - /usr/bin/tidy) to clean the html. Then abiword from the cli can print to html.
IE -
tidy foo.html > bar.html abiword --print=foo.ps bar.html