如何在创建PDF的cfdocument中调整页脚大小?
<cfdocument format="pdf">
<cfdocumentitem type="header">
My Header
</cfdocumentitem>
<cfdocumentitem type="footer">
This text I want to be my footer but I want it to be much bigger. I have a lot of legalize and I need more room so it will be readable.
</cfdocumentitem>
</cfdocument>
有什么建议吗?
答案 0 :(得分:3)
在cfdocument
标记上,尝试使用marginbottom
属性调出内容区域的下边距。