発生している問題・エラーメッセージ
TCPDFで画像を表示させる際、Unable to get the size of the imageエラーが発生します。
該当のソースコード
PHP
1$tcpdf = new TCPDF("L", "mm", "A4", true, "UTF-8" ); 2$tcpdf->AddPage(); 3$tcpdf->Image('https://image.rakuten.co.jp/mirecourt/cabinet/items01/n/n1/imgrc0062476040.jpg', 500, 100, 100); 4$pdf->Output();
試したこと
・ファイルパスの先頭に「@」をつける→変化なし
(参考:https://stackoverflow.com/questions/27060947/tcpdf-error-unable-to-get-the-size-of-the-image)
・php.ini で「openssl.cafile」を設定→変化なし
(参考:https://saboten24.net/2019/09/04/post823/)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/11/10 11:47
2021/11/10 13:44