HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › A few questions about PD4ML › Re: Re: A few questions about PD4ML
> 1. Could I handle events whenever PD4ML creates a new page?
No.
> – Could I create a margin-left at each uneven page and a margin-right at each even page ?
We call the feature “mirrored margins”, it is in our TODO list, and it is going to be available with forthcoming versions.
> – Could I avoid orphan ?
you may achieve that with a conditional page breaks
placed before paragraphs, or by “page-break-inside: avoid” CSS style applied to paragraph portions.
> 2. When I create a table of contents, how can I refered the title to his pagenumber ?
Page numbering info is known on the very late phases of PDF output, so there is no reasonable way to implement, for example, placeholders for page numbers in main HTML body.