Why is Moodle 195 using fpdf 1.53 and not 1.6

Re: Why is Moodle 195 using fpdf 1.53 and not 1.6

by Ger Tielemans -
Number of replies: 0
Ok, thanks for the pdflib.php.

I get some output. I changed the extend class part I had for header and footer in fpdf into:

class MYPDF extends TCPDF { ..}

Now the body-text looks OK, only the header and footer bar I created in fpdf style collapsed.