bauhausjs / phantom-html2pdf

Node module to generate PDFs from HTML via PhantomJS
MIT License
112 stars 47 forks source link

Background Images #13

Closed 360disrupt closed 9 years ago

360disrupt commented 9 years ago

I managed to add background colors in the css properties but is it possible to add background images?

code-jorge commented 9 years ago

CSS properties also allow you to add background images Use property: background-image: url("your-image.jpg"); CSS background-images

dustin-H commented 9 years ago

Seems your problem is solved @360disrupt. Otherwise just reopen this issue.

360disrupt commented 9 years ago

Can be closed.