エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Requirements Node 7.6.0 or greater. Usage First, include the convertHTMLToPDF from the package in... Requirements Node 7.6.0 or greater. Usage First, include the convertHTMLToPDF from the package in your .js file: const convertHTMLToPDF = require("pdf-puppeteer"); var callback = function (pdf) { // do something with the PDF like send it as the response res.setHeader("Content-Type", "application/pdf"); res.send(pdf); } /** * Usage * @param html - This is the html to be converted to a pdf * @param