I'm dynamically building a HTML file. Images src are added depending on the user input.
whatever source I use nothing shows up.
src="D:/Work/NPGC/companies/image.png"
src="file:///D:/Work/NPGC/companies/image.png"
src="/../../companies/image.png" (-> This is what I want to use)
using the above paths in an html file works fine but wkhtmltopdf does not display anything in the subsequent PDF.
Let me know if more information is needed. I've searched around but haven't found a simple answer that works for me.