#footer {
position: running(footer);
display: block;
}
@page {
@bottom-center {
content: element(footer);
}
}
Note: The footer must be above the content in the CSS otherwise only get the footer on the final page
#footer {
position: running(footer);
display: block;
}
@page :first {
}
@page :right {
@bottom-center {
content: element(footer);
}
}
@page {
}
Note: The footer must be above the content in the CSS otherwise only get the footer on the final page
@font-face{
font-family:"<<FONT-NAME>>";
src:url(<<URL>>);
-fs-pdf-font-embed: embed;
}
font-family:'<<FONT-NAME>>';
.keepTogether {
page-break-inside: avoid;
}