Re: [iText-questions] Footer issue (Resolved)

2007-03-16 Thread jrocker
D] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of jrocker >> Sent: Friday, March 16, 2007 1:57 PM >> To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-questions] Footer issue >> >> >> I understand, but how exactly can I find the

Re: [iText-questions] Footer issue

2007-03-16 Thread jrocker
I understand, but how exactly can I find these offsets? Paulo Soares wrote: > > > - Original Message - > From: "jrocker" <[EMAIL PROTECTED]> > To: > Sent: Thursday, March 15, 2007 6:59 PM > Subject: [iText-questions] Footer issue > > >

[iText-questions] Footer issue

2007-03-15 Thread jrocker
Hi, The following code prints text on the bottom of the pdf. It works for 90% of the documents. But some docs fai(docs with pagesize.top=1224)l. Any help would be great PdfReader reader = new PdfReader(data); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream(outputFileName))