netslow wrote:
> Thanks for your help, I solved my problem. I built latest jar from svn and
> now setHeaderRows() works exactly as it should.
FYI: after running my test examples, I noticed that the patch I posted
causes problems when you extend the last row of a table. A new patch was
posted la
I'm sorry. I didn't meant to offend anybody. It was just a joke(lazyness I
mean).
Thanks for your help, I solved my problem. I built latest jar from svn and
now setHeaderRows() works exactly as it should.
Bruno Lowagie (iText) wrote:
>
> netslow wrote:
>> Well, it's very commendable. But I s
netslow wrote:
> Well, it's very commendable. But I still can't get any solution for my
> problem.
> It looks like a bug in iText...
And this patch fixes it:
Revision: 4030
http://itext.svn.sourceforge.net/itext/?rev=4030&view=rev
Author: blowagie
Date: 2009-07-22 14:43:15 +
netslow wrote:
> It looks like a bug in iText...
Rowspan for PdfPTable was only introduced in iText 2.1.6.
A first bug was fixed in iText 2.1.7.
It could be a bug, but as I explained: we need time to look at it.
If you have some spare time, please send it our way ;-)
--
This answer is provided by
Well, it's very commendable. But I still can't get any solution for my
problem.
It looks like a bug in iText...
1T3XT info wrote:
>
> netslow wrote:
>> Maybe you are just lazy like me
>
> That assumption is wrong. Actually I am overworked.
> --
> This answer is provided by 1T3XT BVBA
> http:
netslow wrote:
> Maybe you are just lazy like me
That assumption is wrong. Actually I am overworked.
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info
--
_
Well... I haven't get any answer for 5 days. Maybe you are just lazy like me
and it's too hard to compile code which I posted. So I will try to explain :
I have a table with cells which have rowSpan more than 1:
_
| | |__|
|
Hi. I have some problems with table when I invoke setHeaderRows(X) if it has
few cells with rowSpan greater than 1.
Here is example code. As you can see result pdf document has broken(rowSpan
= 1 instead 3) cells in header:
public class TableIssue
{
private static Font fontCell = null;