HTML to PDF with Node.js

前端 未结 12 1898
终归单人心
终归单人心 2020-11-27 09:20

I\'m looking to create a printable pdf version of my website webpages. Something like express.render() only render the page as pdf

12条回答
  •  庸人自扰
    2020-11-27 10:04

    Try to use Puppeteer to create PDF from HTML

    Example from here https://github.com/chuongtrh/html_to_pdf

    Or https://github.com/GoogleChrome/puppeteer

提交回复
热议问题