Re: [iText-questions] Add PDF page to header/footer

2010-02-02 Thread 1T3XT info
Zoran Avtarovski wrote: > Thanks for that. > > I changed the absolute positioning to work from a bottom left zero. I > still have the issue with the header and footer not appearing. I’m not > sure if I understand the comment about using the instance of the PdfWriter. If you read p60 of the book

Re: [iText-questions] Add PDF page to header/footer

2010-02-02 Thread Zoran Avtarovski
Thanks for that. I changed the absolute positioning to work from a bottom left zero. I still have the issue with the header and footer not appearing. I¹m not sure if I understand the comment about using the instance of the PdfWriter. If I try to use the copyWriter instance to import the header an

Re: [iText-questions] Add PDF page to header/footer

2010-02-02 Thread 1T3XT info
Zoran Avtarovski wrote: > header.setAbsolutePosition(0f, 18f); > footer.setAbsolutePosition(0f, 747.9f); In which country do they add a header at the bottom of a page and the header at the top? Also: you didn't read (or didn't understand) the documentation. You're creating a PdfWriter instance co

Re: [iText-questions] Add PDF page to header/footer

2010-02-02 Thread Paulo Soares
The page event is fired? Paulo > -Original Message- > From: Zoran Avtarovski [mailto:zo...@sparecreative.com] > Sent: Tuesday, February 02, 2010 10:25 AM > To: Post all your questions about iText here > Subject: [iText-questions] Add PDF page to header/footer > &g

[iText-questions] Add PDF page to header/footer

2010-02-02 Thread Zoran Avtarovski
I¹m hoping someone can help, because I¹m having a lot of trouble with adding existing PDF pages as the header and footer of a new document. I have two existing single page PDF documents: Header.pdf (562pt x 107pt) Footer.pdf (562pt x 94pt) I¹m trying to add these to a new report document