|
From: Martin V. <mar...@hu...> - 2001-01-14 04:06:21
|
On Thu, Jan 11, 2001 at 02:28:37PM -0000, Jim Ho-Yu wrote: > X-Originating-IP: [212.127.192.165] > From: "Jim Ho-Yu" <jim...@ho...> > To: wvw...@li... ... > Date: Thu, 11 Jan 2001 14:28:37 -0000 > > Hello everybody, > > I have a question about the fonts, I want to change a word-document to a > html with the font face 'verdana' (for example). I've noticed that there > isn't a font face in the converted html document, but where do I have to > change to automatically insert a font face of my own choice. > Another question is about inserting extra text after the </BODY> tag, I > haven't got a clue about tackling these problems so please help my. > Thanks a lot, regards Jim. It appears to me that you have to modify the file wvHtml.xml (i.e. make your own version of it) which is located in libwmf/xml. Simply said, it describes how structural elements of a Word document are translated on output. You need to find and modify (or add <font ...> ... </font> mark-up within) the <body ...> ... </body> labels. I hope this puts you on the right track. Martin -- Martin Vermeer mar...@hu... Helsinki University of Technology Department of Surveying P.O. Box 1200, FIN-02015 HUT, Finland :wq |