Formatting issues while converting HTML to PDF

We have an HTML file that we are converting to PDF. Some of the tables overflow A4 so we fit these tables to window. The resulting PDF differs from the way HTML is rendered in browser. I have attached the HTML, the code we are using to convert to PDF, and the PDF in a zip file.

Can you please help.

Thanks

files.zip (44.8 KB)

@gs01 Please note, Aspose.Words is designed to work with MS Word documents. HTML documents and MS Word documents object models are quite different and it is not always possible to provide 100% fidelity after conversion one format to another. In most cases Aspose.Words mimics MS Word behavior when work with HTML. If you convert your HTML to PDF using MS Word you will see a similar result.
I am afraid, there is no way to render HTML the same way as it is rendered in the browser using Aspose.Words.