I have a 47-page word document containing information about all the functions on a website including screenshots etc. The document is created using styles in word and has a table of content.
What would be the best way to convert this document into a nice online help? I want the users to be able to search the text and browse the information by the chapters in the TOC. I have been able to convert the document into quite nice HTML using gmail, but the TOC isn't converted. Would it be possible to implement the search function on the clientside using some jQuery-plugin or would that be to slow? Color highlighted search matches would be nice to.
On the serverside I'm using ASP.NET 3.5, MySQL and EntitySpaces. Is there any nice tools or components for this type of thing? What would be the easiest way with good result? Thanks!