Re: [iText-questions] Header problem adding a table which spans multiple pages using table.setComplete(false)

2012-11-01 Thread 1T3XT BVBA
On 31/10/2012 8:34, Mark Smith wrote: Hi We have run into a problem using table.setComplete(false) to efficiently add a table that spans multiple pages. This causes the table header to be missing from some pages. The problem appears to occur when the last row added before calling document.ad

Re: [iText-questions] Header problem adding a table which spans multiple pages using table.setComplete(false)

2012-10-31 Thread iText Info
Op 31/10/2012 8:34, Mark Smith schreef: This works as expected for itext versions before 5.1.0 but doesn't for the latest versions. Is this a bug, or am I missing something? This is a serious indication that a bug was introduced after iText 5.1.0 ---

[iText-questions] Header problem adding a table which spans multiple pages using table.setComplete(false)

2012-10-31 Thread Mark Smith
Hi We have run into a problem using table.setComplete(false) to efficiently add a table that spans multiple pages. This causes the table header to be missing from some pages. The problem appears to occur when the last row added before calling document.add(table) is the last row in a page, so th

Re: [iText-questions] Header problem

2007-01-04 Thread Bruno Lowagie
Henry Lu wrote: > The header has three rows. The header is overlapped with the contents. That's because you haven't defined a document margin that leaves sufficient space for the header. > How to fix this problem. Create a document with a bigger margin. Either you try to obtain the needed hei

[iText-questions] Header problem

2007-01-03 Thread Henry Lu
I have code: public class ReportBuilderFactory extends PdfPageEventHelper { /** The Phrase that will be added as the header of the document. */ protected PdfPTable header; /** The PdfPTable that will be added as the footer of the document. */ protected PdfPTable footer; pu

[iText-questions] Header problem

2006-10-24 Thread Patrick Mugabe
I am adding a header and footer to my PDF document. When it rolls to the next page the footer is added but the header isn't. The header is an image and it appears on the first page. On the next page it adds double lines with text in it. I don't know what's causing that. It displays the following ch

Re: [iText-questions] header problem

2004-10-13 Thread Paulo Soares
- Original Message - From: "sachin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 11:48 Subject: [iText-questions] header problem > Hello again ! > > i am using PdfContentByte's showTextAligned() method to add a cust

[iText-questions] header problem

2004-10-13 Thread sachin
Hello again ! i am using PdfContentByte's showTextAligned() method to add a customer detail at a specific position. I want this detail to be printed on every page . hence i tried it to include in the header. On page number 1 , these details are coming , but on subsequent pages they aren't !!