html_pdf_converter: Convert html to pdf depending on what is available on the...

View source: R/zz-api-file-output-utils.R

html_pdf_converterR Documentation

Convert html to pdf depending on what is available on the platform

Description

If html2pdfr is installed it will use that by default, if not it will fall back to a headless chrome instance.

Usage

html_pdf_converter(html, filename, maxWidth, maxHeight)

Arguments

html

the html fragment

filename

the pdf filename

maxWidth

the maximum page width in inches

maxHeight

the maximum page height in inches

Value

nothing called for side effects


terminological/ggrrr documentation built on June 15, 2024, 6:35 a.m.