Page 1 of 1

PDF Split Table Cells

Posted: Tue Aug 25, 2009 2:17 pm
by lmg
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.