Hi,
I am preparing a word document from HTML text. The document is used for notification letters and that single document is containing so many letters having page breaks between letters. At the end of each letter there is a table with some salutation and signature image. That is getting broken if the letter text(that is dynamic) is having large data. I need to display the block in the next page if this case occurs.
I have tried by setting properties in html table for that perticular block like page-break-inside:avoid and also IsBroken="false". But both did not work.
Please suggest some solution for this issue. What attribute do i need to set in html table to make it working fine?
Thanks in advance.