I am creating a PDF document with a footer and page numbers. I want to start
the page numbers from 10. Here is a part of the code:
...
HeaderFooter footer = new HeaderFooter(new Phrase("", fontA8), true);
footer.setBorder(Rectangle.NO_BORDER);
footer.setAlignment(Rectangle.ALIGN_CENTER);
foot
I am creating a PDF document with a footer and page numbers. I want to start
the page numbers from 10. Here is a part of the code:
...
HeaderFooter footer = new HeaderFooter(new Phrase("", fontA8), true);
footer.setBorder(Rectangle.NO_BORDER);
footer.setAlignment(Rectangle.ALIGN_CENTER);
foot