This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Footer Text

srinivas wrote on 2013-06-27:
Hi,

I am using setFooterHtml() api method to adding the footer to my pdf, but if my footer text contains multiple lines it should displayed only single line.

Is this method supports the multiple line text? Please help me on this.

Thanks&Regards
Srinivas.A
support wrote on 2013-06-27:
Hello,

Try to increase the bottom margin height with setPageMargins (the default value is 0.2 inches):
// top, right, bottom, left
setPageMargins("0.2in", "0.2in", "1in", "0.2in")