Skip to content

Gill-Singh-A/PDF-Merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PDF Merger

Merges multiple PDF Files into a single PDF File

Requirements

Language Used = Python3 Modules/Packges used:

  • os
  • sys
  • datetime
  • pypdf
  • time
  • colorama

Input

It takes input through the command by which we run the python file.
If we specify '*' then it will merge all the PDF Files present in the folder into a single PDF File.
For example:

python pdf_merger.py name_of_the_pdf_to_be_saved *

Otherwise we have to specify the PDF File names present in the folder to merge into a single PDF File.
For example:

python pdf_merger.py name_of_the_pdf_to_be_saved pdf_file_1 pdf_file_2 ...

About

Merges multiple PDF Files into a single PDF File

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages