powered by
Combine multiple pdf files into a single pdf file
pdf_combine(input, output = NULL, password = "")
a character vector with the path of the combined pdf file
path or url to the input pdf file
base path of the output file(s)
string with password to open pdf file
pdf_file <- system.file("examples", "sufganiyot.pdf", package = "cpp11qpdf") fout <- tempfile() pdf_combine(pdf_file, fout, "")
Run the code above in your browser using DataLab