lior-abadi / pdf-multimerger

Python script that merges multiple pdf files and adds a header to each merged file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdf-multimerger

Python script that merges multiple pdf files and adds a header to each merged file. It also adds a blank page if the amount of pages to merge is odd (designed for double-sided printing).

Instructions

  • Specify the main path where are located the folders containing the files
  • Specify an output path for each combined file.
  • Run the pdfMerger file
  • Specify the merge output and input for the mergeAll file and run it.
  • The global output of the program is going to be a single pdf file containing each group of files.

About

Python script that merges multiple pdf files and adds a header to each merged file.

License:MIT License


Languages

Language:Python 100.0%