I am working on generating pdf reports with split table cells (see below, I hope the structure is still readable).
------------------------------------------
|~~~~~Standard~~~|Rating|Comment|
------------------------------------------
| **standard** |You~|rating|comment|
| **standard** ---------------------------
| **standard** |Other|rating|comment|
------------------------------------------
(structure: top row: three headings; row 2: merged cell containing text beside 2 subrows -> top subrow-heading, rating, comment, bottom subrow - heading, rating, comment
Does anyone know how to implement this using fpdf? I posted on the fpdf forums as well but I was just told to use the multicell table script (which I have used in 3 similar pdfs already) and from the code I can't see a way to do what I want.
PDF Split Table Cells
Moderator: General Moderators