Krysik / merge-pdf

Pdf merger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge PDF's

How to run

Create and activate your own virtualenv.
Run
pip install -r requirements.txt
Then you can use the program. Command for run the program

main.py pathToFirstPdf pathToSecondPdf pathToThirdPdf

Example

If you create for example pdfs folder in root you can run python main.py pdfs/first.pdf pdfs/second.pdf pdfs/third.pdf

In the future I want that program analyze pdfs folder and create merged.pdf file.

About

Pdf merger


Languages

Language:Python 100.0%