PHP ezPDF Class - Tables

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DevInCode
    New Member
    • Apr 2008
    • 55

    PHP ezPDF Class - Tables

    Hi,
    I'm trying to use this class to put a table into a pdf.
    When I copy and paste the demo I get a pdf with a table of 5 rows (as
    the data array is 5x3) but the cells have nothing in them. Is this a
    limitation of my php installation or am I missing something completely
    obvious? When I use $pdf->ezText it displays the text in the pdf.
    Thanks!
  • kovik
    Recognized Expert Top Contributor
    • Jun 2007
    • 1044

    #2
    I've nvr heard of this class... Where did you get it?
    And we can't provide much help if you don't attempt to debug your code and find out where the problem is. Track down the problem and get back to us.

    Comment

    • DevInCode
      New Member
      • Apr 2008
      • 55

      #3
      Do you know of a pdf class that you would recommend?

      Comment

      • zorgi
        Recognized Expert Contributor
        • Mar 2008
        • 431

        #4
        I used DOMPDF in the past for generating pdf files from HTML. If you do not need HTML/CSS pages converted to pdf files than fpdf class is better option. Anyway i think DOMPDF uses fpdf class to do what it does.

        They are very easy to use unless you need special characters, than it becomes bit harder to set up.

        Good luck

        Comment

        Working...