HtmlPdfExporter

Exports a PDF from a directory with an index.html root file. This is done via the Puppeteer library, invoked through Node.js.

Parameters

options

options that affect the export process

See also

Constructors

Link copied to clipboard
constructor(options: HtmlPdfExportOptions)

Functions

Link copied to clipboard
fun export(sourcesDirectory: File, out: File)

Exports a PDF from the given source directory.