Ben je sais pas c'est pas ce qu'ils ont l'air de dire... et j'arrive à afficher une image en faisant :
$pdf->ezImage('bar.png', 300, 200, 'none', 'right', 0);
Par contre ça ça marche pas...
1 2
| $pdf->ezImage('bar.png', 300, 200, 'none', 'right', 0);
$pdf->ezImage('pie.png', 20, 250, 'none', 'left', 0); |
edit :
Pour faire clair :
$image is a string containing the filename and path of the jpeg or png image you want to insert into
the page. If allow_url_fopen is enabled in the PHP ini settings this can be an HTTP or FTP URL.
Partager