I am inserting text in Richtextbox control from word document. Richtextbox load document correctly and formatting is valid as per MS word document.
Then save document as html and reopen document in Richtextbox. I noticed that Table content is overflowed in paged layout i.e. Columns are clipped or not showing in document area. And also print incomplete document. As I stated when load document, formatting is correct, but exporting document to html and reloading html generated document, this issue happened.
Moreover there is some formatting issue as I highlighted in attached sample image.
This issue can be reproduced in Telerik UI for WPF demos. Following steps to reproduce issue.
- In Richtextbox open or paste content from attached sampleDocument.docx document. Document is loaded, and formatting is valid.
- Save as html. sample html output is attached for reference
- Open saved html document in Richtextbox. You will notice Table formatting/ alignment is not as per actual document.
I am using Telerik UI for WPF R1 2022