如何使用itextpdf java在创建PDF时修复跳过内容,空白页面

时间:2017-01-19 14:55:21

标签: java pdf itext

我面临以下问题,也显示了我的PDF结果

Profile :Result of my Pdf
Name    :Muthuramalaingam
Age     :29
Details:


address:abcd, country, code.
  1. 第一页最多包含details:但内容未在第1页,第2页打印。仅打印第3页,第4页。地址详细信息打印在第5页。
  2. 如何避免跳过内容和空白页面。
  3. 详细信息包含html元素,但我使用XMLParser将其解析为ElementList

    for (Element e : elements) { cell.addElement(e); } table.addCell(cell);
    
  4. 我也在使用扩展pageEventHandler的{​​{1}}。 我已经用PdfPageEventHelper& onStartPage()这两种方法本身。我正在使用onEndPage()方法。

    如何解决内容跳过问题。如果页面的第一页半是空的,看起来不太好。 enter image description here

0 个答案:

没有答案