I'm having a bit of a problem with wkhtmltopdf. It won't display jpg images but works perfectly with png images. I've tried converting the images to base64 and inserting them directly into my html. When i render the html it works, but it won't when i pass the html file to wkhtmltopdf.
I get no error from when i execute the command and the PDF is generated smoothly, it just lacks the images.
I'm using wkhtmltopdf 0.12.3.2 on Debian 9 Stretch.
Does anyone have the same issues ?