html_converter.Rd
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
)
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 - (defaulting to `FALSE`) - (java expects a RLogical)
R6 HtmlConverter object:
conv = html2pdfr::html_converter()