-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I have a question about page numebr
I used below css code and try to convert to PDF,I can see page number in google print page, but I can't see in the PDF
@media print {
.page-break-before {
break-before: page;
page-break-before: always;
}
@page {
@bottom-center {
content: counter(page) "/" counter(pages);
margin-top: -10mm;
}
}
body {
counter-reset: page;
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels