In CSS, with:
@page { @top-right { content: 'Page ' counter(page) ' of ' counter(pages); } }
I can have page numbers displayed at the top of every page when the page is printed. This works great. But now, how can I make it so the page number starts with 2 instead of 1? Can I do that by modifying the CSS rule above?
If you are using Flying Saucer (which was my case), use the following CSS:
It works like a charm. And Flying Saucer rocks :). Really highly recommended.