RE: [iText-questions] Displaying lines in header

2006-05-19 Thread Paulo Soares
-questions] Displaying lines in header Hi, When I used the below code  it is displaying two lines both at Top and bottom, but I don’t need those lines how to remove them HeaderFooter header = new  HeaderFooter(new Phrase(“Hello”), true

[iText-questions] Displaying lines in header

2006-05-19 Thread Srinivas P
  Hi,   When I used the below code  it is displaying two lines both at Top and bottom, but I don’t need those lines how to remove them   HeaderFooter header = new  HeaderFooter(new Phrase(“Hello”), true);      HeaderFooter footer = new Head