[iText-questions] Footer setPageNumber() doesn't seem to work

2004-02-20 Thread Ulvi Cetin
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

[iText-questions] Footer setPageNumber() doesn't seem to work

2004-02-13 Thread Ulvi Cetin
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