Hello,
I would need your help with following problem:
Assignment:
1 – I need to store text documents (docx or rtf) and image files in the database - it's OK.
2 - then I need to display these data in the form RadBook in Silverlight on the Web.
When I use for displaying a docx document, so it is good, but the file is too large (10 to 20 MB- ...) and then I need to extend this document (add new pages) with the fact that it is not possible change the existing content.
The second option is to store the pages separately as ??? (rtf, docx), and then stretching it while turning pages in RadBook.
I ask you to help to solve this. How to use specific components to use(write) one of above mentioned variants. Preferably the second one ( to read each page through WS).
How shall I write this view in the code (XAML) with the option to enlarge this page in a new window?
Thank you very much.
Regards