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