Skip to content

CLI-ready Python tool to merge two or more pdf files into one (based on pyPdf).

Notifications You must be signed in to change notification settings

StewartNoyce/pdfmerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

pdfmerge

CLI-ready Python tool to merge two or more pdf files into one (based on pyPdf).

Requirements

Python 2.7 pyPdf library

Syntax

python pdfmerge.py

Use Case

Save two or more numerically ordered pdf files with the same base file name (i.e. image0, image1, image2). Run 'python pdfmerge.py image' to concatenate the input image files into one output file called "testout.pdf".

Notes

I wrote this python script quickly one afternoon (late 2013) because I needed to send a multi-page document with signatures and/or annotations. It was a trivial exercise, used intermittently, and never updated. Since then, many choices for document sharing and capture have emerged. Why post this now? A company that I am advising is building a platform for the incentivization of open source projects. This repo is perfect the alpha test. It's not critical and has plenty of tiny little things that can be fixed.

About

CLI-ready Python tool to merge two or more pdf files into one (based on pyPdf).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages