Description Usage Arguments Examples
This function converts all PDF files in a directory into TIFF files, optionally with a specified DPI (default is 300) and LZW compression. This function is meant to be used in directories with graphs
1 |
dirs |
The directory within which to convert PDF files |
compress |
TRUE/FALSE. Do we use LZW compression (default=TRUE) |
dpi |
The DPI for the TIFF files (default=300) |
1 | pdf2tiff('graphs', compress=T, dpi=600)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.