Big table is cut from right side

Using Aspose.html
I observed that for the same sample file, big table is cut from right side (please have a look at page num 10,11 in converted sample pdf using aspose html). can you please provide how to fix this issue using aspose html.MHT.zip (263.1 KB)

@shashankshekhar1

We have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as HTMLNET-3685. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

@tahir.manzoor is there any way to detect max page width for such files having big tables. does aspose.html provide any way to detect this. if i get this then probably i would be able to fix this issue from my end.

@shashankshekhar1

Unfortunately, Aspose.HTML does not provide this feature. However, we have logged it in our issue tracking system as HTMLNET-3695 for implementation. We will inform you via this forum thread once there is an update available on it.

@shashankshekhar1

You can avoid the table cut off issue using PageSetup.AdjustToWidestPage property. For more detail, please read the following article.
Fine-Tuning Converters | C#

Please let us know if this solves your issue. We will then closed the logged tickets.