Reputation: 11
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:
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('https://example.com/logo.png', 10, 10, 50);
Despite this, the logo does not appear in the PDF. No errors are reported by TCPDF.
What I have tried:
Upvotes: 0
Views: 30