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

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -