Bob Phillips skrev:
It is not that I want to move from Word to HTML or anything like that. I
just maintain a web-site where I have a page which I also offer as a Word
doc. AT present I effectively create it twice, once in Word, once in HTML. I
would like to create it just in Word, and then convert it. I accept I would
have to tidy up, but that has to be better than my current method.
Out of curiosity: Why not the other way around? Create in HTML, convert
to Word. It's probably easier, and you wont have to tidy up anything.
Especially considering that Word documents are rarely very tidy to begin
with ;o)
I faced a similar problem some years ago: I was applying for jobs, and I
had a resume which was sent to prospective employers. This was a single
Word document, fitted into one single A4 page, and was usually sent as a
printout per snail-mail or as an attachment in the original Word format
by e-mail. I also had a HTML document on my personal website with the
same info. But whenever I updated one I also had to update the other.
I later changed that. My resume currently consists of one HTML (which in
turn is generated by PHP, but that's another story) and a couple of CSS
style sheets. I have one style sheet for my web page and one style sheet
for printouts. The style sheets never change, and the HTML file contains
all the actual info which may need to be updated. Then I generate a PDF
(using CutePDF) from Firefox, using the print preview function to make
sure it fits perfectly into one single A4 page. The generated PDF is
then used for all subsequent printouts and e-mail attachments.