<head>
<title></title>
<style type="text/css">
body {
margin-left: 45px;
margin-right: 45px;
font-family: Arial Unicode MS;
font-size: 10px;
}
@page {
@bottom-center {
content: "第 " counter(page) " 页 / 共 " counter(pages) " 页";
font-family: Arial Unicode MS;
}
}
</style>
</head>
ITextRender + Freemarker 通过模板文件生成pdf,只需要简单一步即可实现页脚页码
第 X 页 / 共 Y 页
注意字体加载及设置,否则有可能中文乱码或不显示。