pofider / phantom-html-to-pdf

Highly scalable html to pdf conversion using phantom workers
MIT License
159 stars 33 forks source link

DOC : fontconfig package installation #47

Closed jmcollin78 closed 7 years ago

jmcollin78 commented 7 years ago

Depending on your host system you must install fontconfig or libfontconfig to make phantomjs works. This is not automated in installation script. On Centos: sudo yum install -y fontconfig

On Debian/Ubuntu: sudo apt-get install -y libfontconfig

Maybe a note on the README is necessary (to avoid loosing 3 hours as me...).

pofider commented 7 years ago

Ok, thanks. Now it is updated in the README .