for creating PDF and PNG files from HTML. In general this will be created automatically. but if you have specific fonts you want to use then you may need to pass them to this function and specify the result in the `converter` parameter of the main functions.

html_converter(
  fontfiles,
  update
)

Arguments

fontfiles

fontfiles - a character vector of font files that will be imported into the converter. - (defaulting to `systemfonts::system_fonts()$path`) - (java expects a RCharacterVector)

update

update - (defaulting to `FALSE`) - (java expects a RLogical)

Value

R6 HtmlConverter object:

Examples

conv = html2pdfr::html_converter()