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?
January 4, 2010 at 18:54
#27754
There is no way to define more than one footer with pd4ml.setPageFooter()
I would workaround that way:
…
footer.setAreaHeight( 30 );
footer.setTitleTemplate( “upper footer textn” + Title );
footer.setPageNumberTemplate( “n277GG11-06″ );
…
Also PD4ML Pro allows you to define an inline footer, which will co-exist with your current footer.