0
Hi,
Since the template for a pdf an e-mail are the same, I'm struggling with the logo of our client.
Seems that dompdf needs a full path to the image while generating the PDF-file. A URL just won't work (http://www.mydomain.com/...)
The e-mail needs the URL however and won't work with the full path to the file.
Is there any solution to this problem?
Since the template for a pdf an e-mail are the same, I'm struggling with the logo of our client.
Seems that dompdf needs a full path to the image while generating the PDF-file. A URL just won't work (http://www.mydomain.com/...)
The e-mail needs the URL however and won't work with the full path to the file.
Is there any solution to this problem?
Responses (1)
-
Accepted Answer
0you should always use the full path (http://www.yourdomain...)
if the PDF doesn't render it correctly, please check that in your PHP, the option of "fopen" (file_get_contents) is enabled.
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »