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
The Puppeteer Node.js module.
Link copied to clipboard
class PuppeteerPdfGeneratorScript(directory: File, out: File, node: NodeJsWrapper, npm: NpmWrapper, noSandbox: Boolean = false)
Script-like generator of a PDF from HTML through Puppeteer via Node.js.