Is there any way to add some text like page number in margin? I use below style for my print page:
@page {
size: A4;
margin-top: 1cm;
margin-bottom: 1cm;
}
I have margin from bottom and top. I want to add some text and page number in margin. Any idea for it?