.convert_pdf_to_pngs | R Documentation |
Convert a single pdf to multiple pngs one per page
.convert_pdf_to_pngs(pdfFile)
pdfFile |
an input pdf file |
a list of png files one per page.
try({
hux = iris %>% huxtable::as_hux() %>% huxtable::theme_mondrian(font="Arial")
html = hux %>% huxtable::to_html()
tmp = .print_html_with_chrome(html,maxWidth = std_size$A4$width,maxHeight = std_size$A4$height)
pngs = .convert_pdf_to_pngs(tmp)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.