In Style <style>
#pagenumber:before {
content: "page " counter(page) " of " counter(pages);
}
</style>
<body>
<p><span id="pagenumber"/> </span></body>
In PDF its come
Page 1 of 0
Any Solution ??
are the other variables that can be included in the page , eg.
- page title
- date
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.