/pypdf-merge-tool

simple Python tool to merge pdfs on the command line

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Run from the command line. You will require Python 2.x and the pypdf2 library.

This is easy tool for merging several pdfs and creating set of bookmarks, referencing to each file, which was included in merging in the output pdf

To run this on linux, you will need pip (python module installation system) and after that install pypdf2, sudo pip install pypdf2