I am generating a PDF using the TCPDF library and would like to convert the pdf to an image. Anyone know if this is possible with TCPDF itself (I've looked over the code but doesn't look possible)?
Looking at previous questions on here it appears the best method is to use ImageMagick - is that still the case?