Package-level declarations
Types
Link copied to clipboard
Exports a PDF from a directory with an index.html
root file. This is done via the Puppeteer library, invoked through Node.js.
Link copied to clipboard
data class HtmlPdfExportOptions(val outputDirectory: File, val nodeJsPath: String, val npmPath: String, val noSandbox: Boolean = false)
Options for exporting PDF files from HTML via PuppeteerNodeModule.
Link copied to clipboard
class PdfHtmlPostRendererDecorator(postRenderer: HtmlPostRenderer, options: HtmlPdfExportOptions) : PostRenderer
Decorator for HtmlPostRenderer that generates a PDF file from the HTML output via Puppeteer.
Link copied to clipboard
The Puppeteer Node.js module.
Link copied to clipboard
class PuppeteerPdfGeneratorScript(sourcesDirectory: File, out: File, node: NodeJsWrapper, npm: NpmWrapper, noSandbox: Boolean = false)
Script-like generator of a PDF from HTML through Puppeteer via Node.js.