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