Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26857

    hi,
    It seems that pd4ml will interpret value of border-bottom-width less than 0.38pt as “0”, please check, thanks.

    version:pd4ml.pro.trial.385b8

    #29367

    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

    #29368

    or could you give some suggestion if i want to output a border that width is 0.25pt?

    #29369

    We’ve just fixed the problem in the development build. The fix will be available with the forthcoming (beta) release in 1-2 weeks.

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Troubleshooting’ is closed to new topics and replies.