Description Usage Arguments Details Examples
Split a PDF file to separate files, one file per page. Requires pdftk
command-line utility.
1 | pdf_split(filename)
|
filename |
A PDF file name or file path |
The function create new files with pattern filename_page_%s.pdf
in the same location where filename.pdf
is.
1 2 3 4 | ## Not run:
pdf_split(filename = "~/test.pdf")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.