Hi Sir/Ma’am
I am getting an error in creating the pdf. I am adding an inner column under an outer column. The outer column is generating through ASpose row and cell but the inner column, I am inserting it into the outer column using HTML.
The problem is, There is some space between the table border and inner column as shown in the image below.
Compliance_Undertaking.PNG (104.7 KB)
The text and HTML are placed in the resource file.
Here is the text
<ol >
<li>Hong Kong Complaints Handling Policy</li>
<li>Hong Kong Professional Investor Policy</li>
<br>
</ol>
<h4 style=" border-bottom:1px solid black; border-top:1px solid black; top:25px; margin-bottom:10px;">Regulators</h4>
<ol>
<li>Hong Kong Licensing and Registration Policy </li>
</ol>
Kindly find the attachment to get the c# code.
Aspose Code for Genrating the PDF.zip (3.6 KB)
So how can I remove the space?
Thanks