I'm successfully converting HTML to PDF via Libreoffice but the absolute path to images are not showing up. Even with downloadImages set to true.
I'm expecting this to load in the generated PDF
<img src="https://blogix.pacificbmg.com.au/media/2616warby.jpg" width="200" height="200" />
How ever I just get a blank area for where the image is suppose to go.
My embedHTML options look like this.
$docx->embedHTML($html, array('useHTMLExtended' => true, 'downloadImages' => true));
No error in the server side logs.
Not sure what else to try?
I have a premium licence by the way.