2

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

有什么建议么?

4

1 回答 1

3

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

于 2012-05-01T16:44:14.550 回答