Description Usage Arguments Examples
View source: R/magick_split_pdf.R
Split PDF into separate pages
1 2 3 4 5 6 7 8 | magick_split_pdf(
file_name,
retained_pages,
path_folder,
degrees = 0,
all_pages = FALSE,
format = "png"
)
|
file_name |
path to pdf |
retained_pages |
pages in the pdf to capture and retain |
path_folder |
folder to dump results |
degrees |
rotation degrees (defaults to 0) |
all_pages |
if TRUE, processes all pages and ignores retained_pages |
format |
format of resulting data |
1 | magick_split_pdf(file_name = "data/documents/b9211/b9211_la9132_a17927.pdf", retained_pages = c(1, 3, 5, 7, 9, 11), path_folder = "data/documents_processed")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.