R/pdimg_help.R

Defines functions pdimg_help

Documented in pdimg_help

#' 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))
}
sckott/pdfimager documentation built on Sept. 15, 2024, 1:19 a.m.