I am trying to generate a pdf which contains a table with split/merged cells looking like so:
Cell | Cell | Cell
Cell | C1 | C2 | Cell
| C1 | C2 | Cell
I am using fpdf and was referred to the multicell table script, which I have used previously in similar pdfs. I looked at the code and can't think of a way to make the cells split or merge according to what I need. Does anyone know how to do this?