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?