pdf_to_png: Function to convert a pdf file to a png file, usually used...

View source: R/pdf_to_png.R

pdf_to_pngR Documentation

Function to convert a pdf file to a png file, usually used for single page pdf images.

Description

Function to convert a pdf file to a png file, usually used for single page pdf images.

Usage

pdf_to_png(file, file_output = NA, resolution = 320, verbose = FALSE)

Arguments

file

Vector of file names.

file_output

Optional vector of output file names.

resolution

Resolution of png file in DPI.

verbose

Should the function give messages?

Value

Invisible.

Author(s)

Stuart K. Grange


skgrange/systemr documentation built on April 18, 2024, 2:23 a.m.