Convert pdf file to a png using ImageMagick convert tool

pdf2png(pdf, png, res = 300)

Arguments

pdf

Path to input pdf

png

Path to output png

res

Output resolution in dpi

Value

Logical value indicating success (or failure) of operation