Hi,
We've been trying to convert some htm pages to PDF, but I think the pages don't get converted properly. Could you help to clarify whether this is existing issue, or only exist in the trial version? I've tried to search similar keywords, it seems that they should have been fixed in the earlier version.
There is suggestion to use Aspose Words from the forum. However, it still doesn't work as intended although the result is better compared to Aspose PDF result.
Attached is the sample of the htm code. (or can just refer below..)
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" align="left" class="form_label_normal" style="width: 98%;"
>
</td>
<td valign="middle" align="left" style="width: 2%;white-space:nowrap" class="form_label_normal">
<span id="ctl00_cphMain_lblAddress1" style="font-family:Arial;font-size: 9pt;">55 Raffless Road</span>
</td>
</tr>
<tr>
<td valign="middle" align="left" class="form_label_normal" style="font-family:Arial; font-size:10pt;">
<span id="ctl00_cphMain_lblDate" style="font-family:Arial;font-size: 9pt;">25/05/2010</span>
</td>
<td valign="middle" align="left" style="height: 20px;white-space:nowrap;" class="form_label_normal">
<span id="ctl00_cphMain_lblAddress2" style="font-family:Arial;font-size: 9pt;">Excellent House</span>
</td>
</tr>
<tr>
<td valign="middle" align="left" class="form_label_normal">
</td>
<td valign="middle" align="left" style="height: 20px;white-space:nowrap;" class="form_label_normal">
<span id="ctl00_cphMain_lblAddress3" style="font-family:Arial;font-size: 9pt;">Singapore 101917</span>
</td>
</tr>
</table>
Thanks!