I recently published my project but everything works except the images on my pdf when viewing. I get this "Image not found or type unknown" error. I researched it but everything I tried so far doesn't work.
@j_watson You can try testing with the below things
1. Give width in pixel
2. Check if image exist or not
3. change image src to public_path from url
<img src="{{public_path('/images/almond.jpg')}}" style="margin-left: auto; width: 100px;">