Question

How can I resize the footer in a cfdocument creating a PDF?

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

Any suggestions?

Was it helpful?

Solution

On the cfdocument tag, try using the marginbottom attribute to bring up the lower margin of the content area.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top