Skip to content

I hated using online tools for merging my PDF files so I wrote a simple Python 3.6 script to merge all PDF files in a folder to a new PDF file.

Notifications You must be signed in to change notification settings

solobeton99/pdf_merge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

I hated using online tools for merging my PDF files so I wrote a simple Python 3.6 script to merge all PDF files in a folder to a new PDF file.

Usage

Put the script (or the executable, if you prefer to download binaries from the releases) and the pdf files you want to merge in the same folder.
Run the script (or the executable).
The merged pdf will be created as OUTPUT.pdf
Merge order is alphabetic.

Installation

pip install pikepdf
git clone https://github.com/gonultasbu/pdf_merge 

TODO

  • PDF Reordering
  • Compression
  • Web App

About

I hated using online tools for merging my PDF files so I wrote a simple Python 3.6 script to merge all PDF files in a folder to a new PDF file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%