所以,我是 fpdf 的新手。也许有人知道如何获取带有变量的图像,然后将其插入到单元格中。我的语法有问题。
$image1 = "../_resources/img/xstampa/stampa_18_grey.png";
$stampanumero = $letterposition[$position].$image1;
$p->Cell(7, 5, $stampanumero, 1,'L');
问题是 $image1 打印为文本 ../_resources/img/xstampa/stampa_18_grey.png。它不抓取图像。