HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › The hiegh of the footer › Re: Re: The hiegh of the footer
October 20, 2015 at 19:42
#29587
By default header and footer space is limited by 1/3 of page height.
The limitation can be omitted with
[language=java:vnz6cic7]Map m = new HashMap();
m.put(PD4Constants.PD4ML_HEADER_HEIGHT_LIMIT, “false”);
pd4ml.setDynamicParams(m);[/language:vnz6cic7]