Learn R Programming

cpp11qpdf (version 1.3.5)

pdf_combine: Combine multiple pdf files into a single pdf file

Description

Combine multiple pdf files into a single pdf file

Usage

pdf_combine(input, output = NULL, password = "")

Value

a character vector with the path of the combined pdf file

Arguments

input

path or url to the input pdf file

output

base path of the output file(s)

password

string with password to open pdf file

Examples

Run this code
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