This project is a simple Qt6 based GUI that wraps around the pdfunite command-line tool.
- Select multiple PDF files to merge.
- Merge the selected PDF files into a single PDF.
- Save the resulting PDF to a location of your choice.
- English 🇬🇧 and French 🇫🇷 translations.
-
Install the dependencies:
-
Download or clone the repository.
-
Create a build directory and navigate into it:
mkdir build cd build -
Run CMake to configure the project:
cmake ..
-
Build the project:
cmake --build . -
You can now run the application.
- Launch the application.
- Click on the "Add a file" button to add a PDF file to merge.
- Repeat for all your other files.
- Click on the "Merge" button to merge the selected PDF files.
- Choose the location to save the resulting PDF file.
This project is licensed under the AGPL 3.0 License. See the LICENSE file for details.