pdf_combine_chunks: combine PDF files

View source: R/util_files.R

pdf_combine_chunksR Documentation

combine PDF files

Description

the function pdf_combine() from pdftools/qpdf package has issues (on windows) when combining hundreds of plots. error: "Too many open files" so we here create a wrapper where we combine source files in batches some references; https://stackoverflow.com/questions/40810704/error-with-r-function-download-file-too-many-open-files

Usage

pdf_combine_chunks(input, output)

Arguments

input

array of paths to PDF files

output

path to desired output PDF file


ftwkoopmans/msdap documentation built on March 5, 2025, 12:15 a.m.