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 ---

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

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 customer detail > at a specific position.