Description Usage Arguments Details Examples
Convert a PDF file to a PNG file. Requires inkscape
command-line utility.
1 | pdf_to_png(filename, dpi = 300)
|
filename |
A PDF file name or file path |
dpi |
Required DPI |
The function creates an PNG file at the same location where the PDF is.
1 2 3 4 | ## Not run:
pdf_to_png(filename = "~/test.pdf")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.