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