Hi,
I have the following requirements for a project.
Input - Word document.
Output -
1.Tree control to display the word document.- I have split the word document into HTML using RAD Editor, store it in a database and then populate RADTree from the database.
2. User can select a node from the tree and print the contents. This should be identical to the orignal word document(in content and formatting)
The problem is when I print the document from the Tree, the formatting is different from what it is in the word document(indentation, bullet points, paragraphs etc.. are different in word than in RADEditor).
How can I make the print out from the RADTree to replicate the orignal contents of the word document.
thanks and regards...