A query about generating PDF's...

Discussion in 'PHP' started by karl_murphy, May 12, 2009.

  1. #1
    Hello there,

    Does anyone know if its possible to place $pdf->MultiCell(s) side-by-side?

    I'm trying to create a table where each cell is over one line high (hence the use of multicells), but I can't seem to get them to display next to each other. Instead they are displayed underneath one another.

    Any help with this matter would be greatly appreciated.

    Regards.
     
    karl_murphy, May 12, 2009 IP
  2. fourfingers

    fourfingers Peon

    Messages:
    37
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    look into html2pdf (works with fpdf I believe) ... then you can just layout pictures and fonts in a table so they display correctly in a browser. When it looks right, run it through fpdf and you're in business.
     
    fourfingers, May 13, 2009 IP