pdf_combine: Function to combine 'pdf' files using 'pdftk'.

View source: R/pdf_combine.R

pdf_combineR Documentation

Function to combine pdf files using pdftk.

Description

Function to combine pdf files using pdftk.

Usage

pdf_combine(file = NA, file_output = "combined_file.pdf", verbose = FALSE)

Arguments

file

Vector of file names to be combined. If not used, all files in working directory will be combined.

file_output

Output file name.

verbose

Should the function give messages?

Value

Invisible.

Author(s)

Stuart K. Grange


skgrange/systemr documentation built on Feb. 1, 2024, 11:47 p.m.