PdfExportOptions

constructor(nodeJsPath: String, npmPath: String, noSandbox: Boolean = false)

Parameters

nodeJsPath

path to Node.js executable, or null for default

npmPath

path to NPM executable, or null for default

noSandbox

whether to disable Chrome sandbox for PDF export from HTML. Potentially unsafe