dot-convert_pdf_to_pngs: Convert a single pdf to multiple pngs one per page

.convert_pdf_to_pngsR Documentation

Convert a single pdf to multiple pngs one per page

Description

Convert a single pdf to multiple pngs one per page

Usage

.convert_pdf_to_pngs(pdfFile)

Arguments

pdfFile

an input pdf file

Value

a list of png files one per page.

Examples

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)
})

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