Page scaling in HTML to PDF converter

Q: I am trying to use 'pdftron.PDF.HTML2PDF' but I am experiencing a
difficulty controlling the height of objects. it appears that when
something is wider than the page the library scales things down. So
when I specify a height it gets scaled down to something else. is
there some way I can control the height even if the page is scaled?
----------------

A: You could try setting HTML2PDF.WebPageSettings::SetSmartShrinking
to false. Otherwise, please provide more information, such as a url or
html file, and any related settings, that cause the issue.