Documentation in HTML also needs to be in WORD
I've taken my time providing online documentation for my web application (using plain old text editor and HTML - ouch)
However my users would also like a hard copy so I tried porting my work into WORD and it looks horrendous.
Any suggestions how I can provide my online doc as printable word doc...OR do I just print out every individual page of my online information???
Thanks for any help
Re: Documentation in HTML also needs to be in WORD
If you want it in printable format you should convert it to PDF. Word won't do this but if you download Open Office and open it in their word processor, it will give you the option to export the file to PDF. As long as your HTML is valid and well formed yous houldn't have problem opening it in Open Office. I recommend you use the HTML tidy app from W3c if it is not rendering correctly in Word or Open Office.
Re: Documentation in HTML also needs to be in WORD
many thanks. I'll look into this.