Hi,
I am currently using the Evaluated version of Aspose.words to generate a report from HTML template to RTF. The issue I am seeing in the formatting is that css property display:inline-block is not being implemented.
Is there a reason behind this and is there a way to accomplish same result?
Also is css property page-break-inside: avoid; also supported?
.importantContact {
display: inline-block;
width: 30%;
height: 50px;
text-align: center;
font-family: “Open Sans”;
font-size: 10pt;
}