HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › When HTML page is large generated pdf skipping contents › Re: Re: When HTML page is large generated pdf skipping contents
May 31, 2010 at 12:02
#28048
The issue is caused by “OVERFLOW: hidden” style of body element.
You need either to remove the style, or to allocate space with not absolutely positioned content. For example by adding of
after