On 14/07/2011 16:39, Jason Berk wrote:
http://itext-general.2136553.n4.nabble.com/Problems-using-skipFirstHeade
r-for-a-table-displayed-on-a-new-page-td3436788.html
so is this fix now in 5.1.1?
I think it should be working as expected in 5.1.1 the fix dates from
April, release from last month
http://itext-general.2136553.n4.nabble.com/Problems-using-skipFirstHeade
r-for-a-table-displayed-on-a-new-page-td3436788.html
so is this fix now in 5.1.1?
I've been waiting for something like this for a long time... :-)
I have the _exact_ same issue as Richard.
This is a transmission from Purdue
Does exist analogous table.setSkipFirstHeader(boolean) for normal Table?
Best regards,
Raffaele
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share yo
etSplitLate( false);
innerTable.addCell(" INNER HEADER");
innerTable.setHeaderRows(1);
for (int i=1; i < 91; i++)
innerTable.addCell(" Inner Content " + i);
return innerTable;
}
}
From: "Paulo Soares" <[EMAIL
October 03, 2005 11:05 PM
> To: [email protected]
> Subject: RE: [iText-questions] skipFirstHeader and large documents
>
> I removed the !firstPass from the conditional and it seems to
> work fine. I
> submitted the change to SourceForge.
>
>
>
I removed the !firstPass from the conditional and it seems to work fine. I
submitted the change to SourceForge.
From: "Matt Olsen" <[EMAIL PROTECTED]>
To: [email protected]
Subject: RE: [iText-questions] skipFirstHeader and large documents
Date: Wed, 28 S
It's looking like the sub-tables only get one pass so firstPass is always
true and skipHeader is never true, but it's tough for me to tell for sure
since I can't really tell where it's at in the document when this happens.
Any help is greatly appreciated.
Here's the line of source code:
boole
We've been using setSkipFirstHeader() to generate large documents in chunks
in production for several months now. It works great for the headers for
the outer-most table. We are, however, having headers set on nested tables
show up at the beginning of every chunk and customers are starting to