#' pdimg_help
#'
#' print pdfimages help
#'
#' @export
#' @return nothing, `cat()` to console
#' @examples
#' pdimg_help()
pdimg_help <- function() {
pdfimages_exists()
z <- sys::exec_internal(pdimg_env$pdimages_path, "-help", error = FALSE)
cat(rawToChar(z$stderr))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.