Re: [iText-questions] Problem with HeaderFooter

2006-05-31 Thread bruno
Srinivas P wrote: 1) Using the HeaderFooter class is not very wise, use page events instead <> Initially I used Page events only but while using text is overlapping with header for certain margins(because in my case the margins are not hard coded by me, these are specified by end user)that’s w

RE: [iText-questions] Problem with HeaderFooter

2006-05-30 Thread Srinivas P
  Thanks for replying Bruno,   Srinivas P wrote:   >  >  > Hi, >  >  >  > I am using HeaderFooter class to display header and footer in my page, > but I got one problem i.e I need to display both image and some  text > in Header area ,but it is allowing me to add either imag

Re: [iText-questions] Problem with HeaderFooter

2006-05-30 Thread bruno
Srinivas P wrote: Hi, I am using HeaderFooter class to display header and footer in my page, but I got one problem i.e I need to display both image and some text in Header area ,but it is allowing me to add either image or text not both how to add both , 1) using the HeaderFooter c

[iText-questions] Problem with HeaderFooter

2006-05-30 Thread Srinivas P
  Hi,   I am using HeaderFooter class to display header and footer in my page, but I got one problem i.e I need to display both image and some  text in Header area ,but it is allowing me to add either image or text not both how to add both ,      Please help me out