Hi,
This must have something to do with other contents (usually CSS) in your page. You can try a number of difference things:
1. Try the above HTML with our online demo:
https://www.essentialobjects.com/Products/EOPdf/HtmlToPdf.aspxWe tested it and it works fine.
2. Try our PdfDemo application with the same HTML and see if you see the problem. If you don't see the problem there, you can try to compare your code with our code and see what triggers the issue. Usually if you find the trigger the cause will become obvious to you;
3. Try to set HtmlToPdf.Options.ZoomLevel to a value less than 1 (for example, to 0.5f). This will increase the pixel size of the internal browser window. Some page does not work well if the browser window is too small.
Please let us know what you find.
Thanks!