/concat_pdfs

This utility project was created to concatenate pdfs instead of using online solutions

Primary LanguagePython

Concatenate PDFs

This is a utility project created to concatenate any number of given pdfs.

To use the app

  • make sure poetry is installed on your pc
  • poetry shell
  • poetry run main.py

TODO

  • terminal arguments
  • Add try/catch blocks to make sure files are there
  • Add os.makedirs(pdf_files) if directory does not exist
  • validate enteries
  • [Maybe] Create a GUI for it