cfdocument如何调整页脚高度?

时间:2012-05-01 16:20:32

标签: pdf coldfusion coldfusion-9 cfdocument

如何在创建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>

有什么建议吗?

1 个答案:

答案 0 :(得分:3)

cfdocument标记上,尝试使用marginbottom属性调出内容区域的下边距。