marcbachmann / node-html-pdf

This repo isn't maintained anymore as phantomjs got dreprecated a long time ago. Please migrate to headless chrome/puppeteer.
MIT License
3.56k stars 545 forks source link

Images are not rendered #523

Closed Serhioromano closed 5 years ago

Serhioromano commented 5 years ago

I do see an image in HTML

<img src="../img/program-schene.jpg" alt="Основная структура">

But in PDF there is no image.

Wata-jimmytran commented 5 years ago

You have to set base value in option. "base": "file:///home/www/your-asset-path",