pdf_combine: Combines separate PDF files into one page

Description Usage Arguments

View source: R/pdf_combine.R

Description

Combines PDF files to into one file/page. Requires pdfjam command-line utility.

Usage

1
2
3
4
5
6
7
8
pdf_combine(
  input,
  nrow,
  ncol,
  height = 11.7,
  width = 8.3,
  output = "combined.pdf"
)

Arguments

input

A vector of PDF file names or paths

nrow

Number of rows in output

ncol

Number of columns in output

height

Output file height, in inches (default is 11.7)

width

Output file width, in inches (default is 8.3)

output

The name of the combined PDF file name


michaeldorman/geobgu documentation built on Jan. 6, 2021, 3:57 p.m.