Skip to content

A tiny python script to combine multi PDF documents into one.

Notifications You must be signed in to change notification settings

domnht/pdf-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDF Merger

A python script to merge multi PDF files into one.

Install required package

This script use os, datetime and pypdf. To install pypdf, use the below command:

pip3 install pypdf

How to use

  1. Put all your PDFs in the folder named sources.

  2. Run merger.py in the main directory.

python3 merger.py

If you want to use custom meta data, enter Y on this step:

Use custom meta data? (Y/N)

Please note that only Y is "yes", everythings else will be "no".

  1. Have fun!

About

A tiny python script to combine multi PDF documents into one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages