Adding a checkmark to fpdf file -


i retrieving data database , displaying using fpdf. have data value 0 or one. if one, want display checkmark. there way output checkmark ?

i appreciate suggestions.

here's have tried did not work. stores image in folder instead of displaying it:

 $im = imagecreate( 200, 80 );   $pdf->cell(20,7, imagejpeg($im,"checkmark.jpg")); 


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

asp.net - Configuring WCF Services in Code WCF 4.5 -