I'm using flying saucer to convert HTML data to PDF, but I've one issue to solve.
- In my PDF the first page is a introductory page, so this page don't have a number.
- The second page must have a number, and the number of page two must be 1. The thrid page must show Page 2 and etc.
I want the page counter to only begin on the second page.
How can I do it?
<div style="-fs-page-sequence: start"></div>
– Nelia