pdfconvert | R Documentation |
Convert PDF file to print quality png (default 300 dpi)
pdfconvert(
files,
dpi = 300,
resolution = 1024,
gs,
gsopt,
resize,
format = "png",
...
)
files |
Vector of (pdf-)filenames to process |
dpi |
DPI |
resolution |
Resolution of raster image file |
gs |
Optional ghostscript command |
gsopt |
Optional ghostscript arguments |
resize |
Optional resize arguments (mogrify) |
format |
Raster format (e.g. png, jpg, tif, ...) |
... |
Additional arguments |
Access to ghostscript program 'gs' is needed
Klaus K. Holst
dev.copy2pdf
, printdev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.