When using InsertHTML on the DocumentBuilder, an extra line feed is entered between each list item if the list items are in an
- tag set. In browsers, there is no line feed separating each line, but after being imported into Word, there is. Is there a way to change a setting in Aspose.Words to rectify this, or is a fix required? This is impacting my users more than you might thing, because it makes their loan documents stretch to 3 printed pages rather than 2, which makes each loan officer have to do a lot of manual reformatting of the Word document. Any help you can provide would be much appreciated, as would a time estimated if a fix is required.
Thanks,
Chris
Example code is below:
<ol type="1">
<li>The Royal Apartments will be built on the site of the existing store. This project will provide an additional 33 units of needed affordable housing. </li>
<li>By moving to the new location SVdP will be moving into a neighborhood that will have a demand for SVdP’s product lines. SVdP will also build a larger store (19,500 SF) that will be able to operate more efficiently and profitably than the existing 6,000 SF building. </li>
</ol>