How can I detect the number of printing page will be on a form using JavaScript?
I need to get the number of pages that a form would be so I can stick a watermark per page to be printed.
Thanks.
I'd recommend that you read this article by A List Apart
@page front-matter :left {
@bottom-left {
content: counter(page, lower-roman);
}
}
(this uses CSS3)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With