Extra blank page when converting HTML to PDF using abcPDF

前端 未结 8 1265
花落未央
花落未央 2020-12-30 08:40

I have an HTML report, with each print page contained by a

. The page class is defined as

width: 180mm;
height: 250mm         


        
8条回答
  •  旧时难觅i
    2020-12-30 09:18

    I've found abcPDF to be strange and unpredictable. That being said, what may be happening is that the combination of the page size and page-break-after may be the culprit. Reduce your page height and/or remove the page break.

提交回复
热议问题