Image to pdf converter, Pdf merger
Run following commands to install python libraries using cmd/terminal "pip install pillow", "pip install pypdf2"
- Don't delete 2 folders ("input_images" and "pdf_files") attached
- put your image files in "input_images"
- run "image_to_pdf_convertor.py" first to convert images to pdf
- pdf generated will be saved in "pdf_files" folder
- then run "pdf_merger.py" (all pdf files in "pdf_files" folder will be merged)
- pdf files will be merged in alphabetical order of file names
- "merged_pdfs.pdf" file will be created
- When you run the codes first time, two libraries will be installed which are used for conversion