Skip to content

A command-line tool to merge multiple PDFs to a single PDF file

Notifications You must be signed in to change notification settings

AbhishekRS4/merge_pdfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merge PDFs

Project info

  • A command-line tool to merge multiple PDFs into a single PDF file using Python
  • Uses click for parsing command-line args
  • Uses setuptools to package the project into a command-line tool

Installing instructions

  • For installing the tool, run the following command
python setup.py develop

Using the tool after installing

  • Run
merge-pdfs --file-pdf <full-path-to_pdf-1> --file-pdf <full-path-to_pdf-2> --file-pdf <full-path-to_pdf-3> .....

About

A command-line tool to merge multiple PDFs to a single PDF file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages