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: PdfExportOptions)

Functions

Link copied to clipboard
open override fun export(directory: File, out: File)

Converts a directory, which contains the output of Quarkdown's compilation, into a PDF file.