brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 285 forks source link

text not coming in image #175

Open jigarrdesai opened 8 years ago

jigarrdesai commented 8 years ago

Hello,

when i put html body with text and covert to image then text is not coming in image.

i setup node environment on CentOS 7

tx

prachetos commented 7 years ago

Hi, Did you find a way to resolve this? I am also facing a similar issue.

GodzillaHe commented 7 years ago

yeah,i have the same question.

will-holley commented 7 years ago

Only encountering this on RedHat

royhobbstn commented 7 years ago

Had this problem too on CentOS 7. The problem for me was that no system fonts were installed. I used sudo yum install urw-fonts to install a basic set of fonts.

thesunbg commented 7 years ago

@royhobbstn Worked on CentOS, many thank