html to doc - with formatting?
I am probably missing something very obvious. I cannot find a way to convert to from basic html, to Palm DOC which will automatcially convert the simple html tags to PML e.g. the html bold tag:
<b>Help.</b>
gets converted as
Help
or as
<b>Help.</b>
But I I want it to be converted to the PML
\bHelp\b
My question is does any program, running on windows, do a decent job of converting from html to PML. Even if there are lot of html markup it cannot do that is fine, just leave those html tabs in there. I only need the easy tabs:
<p>
<h1>
<ul>
....
Thanks in advance
PS I know about Isilo, Handstory, Word2doc, makedoc,
|