Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 425 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 425 Bytes

pdfmerge

A tool to merge multiple PDF files into one

Description: Merges all files in the current directory into one pdf file (result.pdf)

usage: python pdfmerge.py

It will list all files with .pdf extension in the current directory and ask the user if they want to merge the files. If the user answers yes, then it will merge the files into result.pdf If the user answers no, then it will exit without merging any files