PdfExportOptions

data class PdfExportOptions(val nodeJsPath: String, val npmPath: String, val noSandbox: Boolean = false)

Options for exporting PDF files.

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

Constructors

Link copied to clipboard
constructor(nodeJsPath: String, npmPath: String, noSandbox: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val noSandbox: Boolean = false
Link copied to clipboard