mrafiqk / html-pdf-node

190 stars 118 forks source link

use option for connect to remote chrome instance or local instance #77

Open nekooei opened 2 years ago

nekooei commented 2 years ago

by this contribution, you can connect to remote chrome(browser) instance

example usage: const options = { useRemoteChrome: true, chromeRemoteWs: 'ws://localhost:3000', format: 'A4', printBackground: true, }; const pdfBuffer = await html_to_pdf.generatePdf(fc, options))

nekooei commented 1 year ago

@mrafiqk is there any problem for review?