标签: php zend-framework zend-pdf
我尝试使用图像的路径,实际上任何在项目外部具有url的图像均不起作用。
$mainImg = \Zend_Pdf_Image::imageWithPath("https://<domain>/images/xxx/<id>/<id>.jpg"); $this->_page->drawImage($mainImg,$this->x, $this->y, $this->x+30, $this->y-55);
我需要外部链接。我不想下载文件并将其保存在项目中。