merge_pdf_documents: Merge pdf documents

View source: R/pdf.R

merge_pdf_documentsR Documentation

Merge pdf documents

Description

This function merges one or more pdf documents, saving the resulting merged pdf document either to a provided path or default merged pdf name.

Usage

merge_pdf_documents(pdf_paths = NULL, saved_merged_pdf_path = NULL)

Arguments

pdf_paths

vector of pdf document paths in the order they are to be to merged, default NULL to select the order of the pdf document paths.

saved_merged_pdf_path

character string of merged pdf document path, default NULL to select merged pdf document path.

Value

vector of pdf document paths to merge

See Also

Other pdf: count_pdf_document_pages(), remove_pdf_document_pages()


gcfrench/store documentation built on May 17, 2024, 5:52 p.m.