Skip to content

magarenzo/Merge-PDFs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Merge PDFs

Merge multiple PDFs into a single document

Overview

I needed to combine some PDFs and didn't have a program handy, nor did I want to risk putting sensitive information online using some random website, so I quickly put together this script instead

Using the Script

  • Replace the empty String value of the path variable with the path to your PDF documents, ensuring the value ends with /

  • Note that this script relies on your documents to all be located in path and aligned in alphanumeric order to match the order you want the files to be merged

  • The output merged.pdf will be written to path

Dependencies

Owner

Michael Agarenzo