How to add page border for all generated pdf pages from HTML to pdf using wkhtmltopdf
library?
I tried with
div.page
{
page-break-after: always;
page-break-inside: avoid;
border: 5px double !important;
}
but no luck.
Simmilar question : add border to pages printed using wkhtmltopdf