html2pdfR Backend Setup

The html2pdfR package does not bundle third-party executable binaries. You must configure an external backend before converting files.

Options

Example

library(html2pdfR)
set_html2pdf_backend("C:/path/to/converter_backend.exe")
convert_html_to_pdf("C:/path/to/file.xhtml")