Pdf cfdocument如何调整页脚高度?

Pdf cfdocument如何调整页脚高度?,pdf,coldfusion,coldfusion-9,cfdocument,Pdf,Coldfusion,Coldfusion 9,Cfdocument,如何在创建PDF的CFD文档中调整页脚的大小 <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 bigge

如何在创建PDF的CFD文档中调整页脚的大小

<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>

我的头球
这篇文章我想成为我的页脚,但我希望它更大。我有很多的合法化,我需要更多的空间,所以它将是可读的。

有什么建议吗?

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