HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › small fractional widths are interpreted as "0" › Re: Re: small fractional widths are interpreted as “0”
FYI, when i use the following code:
pd4ml.setPageSize(PD4Constants.A4);<br />
pd4ml.setHtmlWidth(798);<br />
pd4ml.setPageInsets(new Insets(0, 0, 0,0));<br />
pd4ml.useTTF("c:/Test/testlib", true);
I cannot see border-bottom-width less than 0.38pt in the generated pdf file.
using the following code:
pd4ml.setPageSize(PD4Constants.A4);<br />
pd4ml.protectPhysicalUnitDimensions();<br />
pd4ml.setPageInsets(new Insets(0, 0, 0,0));<br />
pd4ml.useTTF("c:/Test/testlib", true);
I cannot see border-bottom-width less than 0.5pt in the generated pdf file.
version:pd4ml.pro.trial.385b8