views:

56

answers:

0

Our company has a lot of electronic manuals in HTML and PDF file format. We want to create a document viewer in .NET (C#) which works as a library and learning tool:

  • Mark and highlight text: User must be able to select a "Hightlight" Tool in the application to mark text (This will be directly inserted in the source as Text for example. Therefore feedback should be available, so the application knows where the changes have been made (they need to be saved for later use, as the document gets a monthly revision). This is mandatory, as the people will learn with their computer and have to "work" with the manuals (highlighting, make notes, create comments).

Further:

  • User can click links and the application (not the control) redirects the user to another document.
  • Multitouch capability in the future (zooming, paning etc).

Do you know any component or solutions (examples), which can cover at least some of the requested features?

PS: For iPad owners, using iAnnotate - exactly like that App. ;-)