pdf_combine: Combine multiple pdf files into a single pdf file

View source: R/qpdf.R

pdf_combineR Documentation

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 = "")

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

Value

a character vector with the path of the combined pdf file

Examples

pdf_file <- system.file("examples", "sufganiyot.pdf", package = "cpp11qpdf")
fout <- tempfile()
pdf_combine(pdf_file, fout, "")

cpp11qpdf documentation built on April 4, 2025, 4:39 a.m.