admin管理员组文章数量:1122832
I am using Perfex to generate my quotes and invoices. Perfex utilizes the TCPDF library to create PDF documents. However, since this morning, the logo of my company no longer appears in the generated quotes.
Here are some details:
- The logo URL is valid and accessible via a web browser.
- I have checked the permissions on the image file.
- I tried embedding the logo using an image tag in the TCPDF code, but it still doesn’t work.
- I also used the
pdf_logo_url()
function provided by Perfex, which generates an image URL, but the logo is still not displayed.
Here is an example of the code I used to display the logo:
$pdf->Image('.png', 10, 10, 50);
Despite this, the logo does not appear in the PDF. No errors are reported by TCPDF.
What I have tried:
- Using a PNG.
- Using an absolute path.
- Using Perfex function pdf_logo_url()
- Testing with a local image instead of a remote URL.
本文标签: phpLogo not displayed in quotes generated by TCPDF with PerfexStack Overflow
版权声明:本文标题:php - Logo not displayed in quotes generated by TCPDF with Perfex - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736282165a1926556.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论