如何在创建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>有什么建议吗?
发布于 2012-05-02 00:44:15
在cfdocument标记上,尝试使用marginbottom属性显示内容区域的下边距。
https://stackoverflow.com/questions/10400728
复制相似问题