[iText-questions] iText : problem with footers

2009-07-06 Thread ...tharas
Hello all, I am using itext-1.3.1.jar for generating PDF reports. I have a problem while trying to display footers. My code is as below: Document doc = new Document(PageSize.A4, leftMargin, rightMargin, topMargin, bottomMargin); try { doc.addAuthor(XYZ);

Re: [iText-questions] iText : problem with footers

2009-07-06 Thread Paulo Soares
-questions@lists.sourceforge.net Subject: [iText-questions] iText : problem with footers Hello all, I am using itext-1.3.1.jar for generating PDF reports. I have a problem while trying to display footers. My code is as below: Document doc = new Document(PageSize.A4, leftMargin

Re: [iText-questions] iText : problem with footers

2009-07-06 Thread Alexis Pigeon
Hi tharas, 2009/7/6 ...tharas thar...@gmail.com Hello all, I am using itext-1.3.1.jar for generating PDF reports. I have a problem while trying to display footers. [...] Some comments : - iText 1.3.1 is more than 4 years old, you should NOT expect any support for such an old version. At