HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Creating an index at the end of the pdf file › Re: Re: Creating an index at the end of the pdf file
December 14, 2009 at 11:06
#27680
Orphans can be eliminated with the currently existing conditional page break:
(300 is height in pixels there)
Also you may format portions of text (or starting and ending parts or chapters) as
s and to define “page-break-inside: avoid” CSS style for them. It should cure both orphans and widows.