【发布时间】:2011-07-20 09:43:31
【问题描述】:
我有一个 jsp 页面,其中包含一些数据(此数据可能非常因为它是从数据库中获取的)。现在我正在使用“Itext api”为我的 jsp 页面生成 PDF 文件。现在我需要在这个生成的页面上设置一些特定的标题,从第 2 页开始。
例如:-
Test.jsp
Jsp test page contains the data for testing purpose.
Test.pdf
Jsp test page contains the data for testing purpose.
……
…
Page 1 ends
Page 2 starts
我的页面标题..(仅从第二页开始需要)**
请帮帮我...
提前致谢
【问题讨论】:
标签: pdf pdf-generation itext