简体   繁体   中英

HTML-PDF using puppeteer in node

I want to convert html to pdf. I have already tried phantomjs (which is giving timeout error all the time) and wkhtmltopdf (which is very slow,taking 10 mins to get downloaded) .

Now I tried puppeteer but I don't know how to do, first I tried installing puppeteer and its giving this error

ERROR: Failed to download Chromium r662092! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.

Can someone please help me to get over this html to pdf conversion

In your .npmrc file you have to add the below line to get rid of this error,

puppeteer_skip_chromium_download=true

Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM