Hell all,
I am currently using HTMLDOC with PHP to create PDFs from HTML on the fly. Here is my execution code for HTMLDOC.
system("htmldoc -f tmp/tmp.pdf --webpage --top 0 tmp/tmp.html");
It creates the PDF perfectly, with all the proper formatting and everything, except it doesn't add the title image.
Do I need to adjust anything to allow images?
If you're familiar with HTMLDOC, please advise.
Thanks,
Jon31