1

For our tasks we not only convert html to pdf but also generate PDFs direct from the code.
So to minimize needed code I wanted to use fpdf coming with html2pdf and found that for some reason (with some not very clear comment) Image method is commented out.
I removed the comment symbols and it looks like everything works OK.
What was the reason behind this commenting out? Could I get into trouble with it?

2

i don't use the image method in fpdf. i have define lot of new method in the mypdf directory
Ancien pseudo : lolo

3

good, but that doesn't answer my question...

4

just read the comment :

/*
 * en commentaire car erreur PHP : 
 * Strict Standards: Declaration of FPDF_Alpha::Image() should be compatible with that of FPDF::Image()
 */
/*
Ancien pseudo : lolo