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 に答える