Windows users can use the Releases page for installation.
Linux users require Python (latest version) and pip before installing the application. Run the following the command
pip install pyinstaller
Then clone the repository using
git clone https://github.com/karthikeya-aduri/project-pdf
- Use without executable file
python app.py
- Create an executable file
pyinstaller --name PDFtools --windowed --onefile --icon=icon.png app.py
Now you will find the app inside dist folder. Place the icon inside dist folder and now you may start using the application.
Note: You can delete build folder, spec file and the python script after installation.
- Merge PDFs across various folders
- The PDFs can be reordered before merging
- Split a PDF at desired locations
- Delete multiple pages at once
- Rotate multiples pages at once