This simple desktop application allows you to merge multiple PDF files into a single document. If any page within a PDF is in landscape orientation, it will be automatically rotated to portrait orientation before being merged.
- Download and extract this repository to your computer.
- Install the
PyPDF2
version 2.5.0 to your Python environment. - Run the Python script
One.py
.
If you don't know how to run a Python script, check this 2-minute tutorial for beginner.
- Download and extract this repository into your computer.
- Open terminal from the folder of this repository.
- Run the following command to build exe.
pyinstaller.exe --onefile --noconsole One.py
- Go to the
dist
folder and click on the exe file to launch the App.