HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › Can I create multipe line/row header or footer? › Re: Re: Can I create multipe line/row header or footer?
August 24, 2015 at 20:46
#27756
@jf wrote:
Is this still intended to work? The code below does not result in newlines being entered into the footer.
Sorry, I forgot to submit the code:
PD4PageMark footer = new PD4PageMark();<br />
footer.setAreaHeight(100);<br />
footer.setTitleTemplate( "upper footer textn" + "TEST" );<br />
footer.setPageNumberTemplate( "n277GG11-06" );<br />
pd4ml.setPageFooter(footer);
The rendered PDF displays a single line: “upper footer text TEST”
Using the pro version.