pdimg_set_path: Set the path to your pdfimages

View source: R/pdimg_set_path.R

pdimg_set_pathR Documentation

Set the path to your pdfimages

Description

Set the path to your pdfimages

Usage

pdimg_set_path(path = "pdimages")

Arguments

path

(character) path to pdimages. required

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

Value

nothing, cat() to console


sckott/pdfimager documentation built on Sept. 15, 2024, 1:19 a.m.