Hello,
i use wkhtmltopdf on a server on
df.eu with the command
/kunden/xxx_yyy/appl/wkhtmltox/bin/wkhtmltopdf -L 20mm -R 20mm -T 20mm -B 20mm --footer-center "Seite [page]" --title "E-Book zum Kurs auf www.xyz.de" bla.html bli.pdf 2>&1 it is a great tool - thanks for creating it! But unfortunately i got a problem using it...
My PDF has about 100 pages with arround 40 images included. I use absolute paths and SSL which is obviously not the problem because most ssl-images are visible.
But not every image is visible in the PDF. it even chances from time to time which image is visible and which not.
Some of them have only the css border...
I triple checked the image paths to make sure that its not the problem... i also used W3 validator to check the html file to be valid.
I gues the reason are the loading times... maybe wkhtmlttopdf starts rendering before everything is loaded?
Does anybody have a tip?
Unfortunately i cannot upload the pdf because it contains copyrighted material from stock photo databases...