I'm trying to show the number of pages on PDF file. So in the header I put this css: .page-number:after { counter-increment: pages; content: counter(page) ...
確定! 回上一頁