This web application allows you to merge multiple PDF files into one. There is an open source online version or a local one. This is made for those who do not use Adobe and who do not want to use an online tool.
An online version of the application is available at the following address:
https://pdfmergerhugolepoisson.pythonanywhere.com/
- Python 3.x
- Flask
- PyPDF2
Clone the repository:
git clone https://github.com/HugoLePoisson/fusionneur_pdf_web.git
Go to the project directory:
cd fusionneur_pdf_web
Install the dependencies:
pip install Flask PyPDF2
Launch the application:
python3 server.py
Open a web browser and go to the following address: http://127.0.0.1:5000/
Use the upload form to select the PDF files to merge. Click the "Merge" button to download the merged PDF file.
If you wish to contribute to this project, create a branch and feel free to make your changes.
This project is distributed under the MIT license. See the LICENSE file for more details.