HTML to PDF: CSS Paged media module
Does anyone know which CSS paged media module properties are supported by HTML to PDF API? Is there documentation for this somewhere?
Margins seems to work, boxes not:
@4025150 {
/* works */
margin-top: 15mm;
margin-bottom: 15mm;
margin-left: 15mm;
margin-right: 15mm;
/* no result */
@bottom-center {
content: "– " counter(page) " –";
}
}
Or better work with pagedjs.
Thanks
Roland
