[iText-questions] why rowspan is disabled for PdfPCell
Hello.
I am working on creating pdf documents with iText. I need to support
documents with tables that can contain cells that span over several
rows. I noticed that PdfPCell doesn't have this functionality (it does
have column span func
Hello.
I am working on creating pdf documents with iText. I need to
support documents with tables that can contain cells that span over several
rows. I noticed that PdfPCell doesn’t have this functionality (it does have column
span functionality). But class Cell supports such feature. Thus