java
html
php
css
ajax
mysql
xcode
objective-c
eclipse
silverlight
perl
algorithm
facebook
oracle
cocoa
apache
mvc
asp
dom
I figured this out. The problem wasn't with my code or height/width settings. Rather, it was the browser engine that ABCPDF uses by default - MSHTML. I set the engine to be Gecko and it all worked. You need to add this to your code
doc.HtmlOptions.Engine = EngineType.Gecko;
Good luck programming!