Hey guys
So lets say I have a word document. It is a training manual. I wanna create an ebook out of this. But the thing is, it needs to have an interactive session. For example, the table of contents will have clickable links that follow to that specific part of the chapter.
So I am at a loss on how to approach this. Should I get my friend to modify the word document so that it is like "html"
[title linkto:keyword] Chapter 1 [/title]
And then have a table of keywords for easy look ups?
Also will a Rich Textbox be enough to handle this (links, formatting, etc etc)
Alternative approach: Scan through word document. Have each "page" in the word document as a seperate field entry in my db. Make sense?