dpmihai wrote:
> I have following simple example :
>| X | -> X cell has colspan=3
>|Y| Z| -> Z cell has colspan=2
>
> If i use rowSpan = 2 for first cell the output is wrong : like | X | Y |
You're right. It was a bug. The fix is in the SVN repository:
@@ -540,7 +5
I have following simple example :
| X | -> X cell has colspan=3
|Y| Z| -> Z cell has colspan=2
If i use rowSpan = 2 for first cell the output is wrong : like | X | Y |
Document document = new Document(PageSize.A4);
PdfWriter.getInstance(docume