Set the path to your pdfimages

pdimg_set_path(path = "pdimages")

Arguments

path

(character) path to pdimages. required

Value

nothing, cat() to console

Details

path is set on an internal (not exported) package environmenzt variable pdimages_path

You can also set the path for pdfimages before starting R with an env var like: PDFIMAGER_PATH=C:/some/path/to/poppler/24/bin/pdfimages.exe R

Or set within R like: Sys.setenv(PDFIMAGER_PATH="C:/some/path/to/poppler/24/bin/pdfimages.exe")