A tool to combine multiple PDFs into one and separate individual pages from a PDF into separate files. Designed with a simple interface to streamline the process for everyday users.
- Combine Multiple PDFs: Quickly select multiple PDF files and merge them into a single document.
- Separate PDFs: Upload a PDF and split its pages into individual PDF files. Choose the pages you want!
- Drag & Drop: Easily drag and drop your PDF files or pages to arrange the order.
- Preview: View a list of all your selected PDFs or pages before you proceed with the operation.
- Clone the repository:
git clone https://github.com/Dysax/PDF-Utility.git
- Navigate to the directory:
cd PDF-Utility
- Build and run the application:
dotnet build dotnet run
Note: Ensure you have .NET runtime installed.
-
Combine:
- Click on the
Add Files
button, select your PDFs. - Arrange them in the desired order.
- Hit the
Combine
button.
- Click on the
-
Separate:
- Click on the
Add PDF
button for separation. - Choose the pages you want to extract and save them as individual files.
- Click on the
This project is licensed under the MIT License - see the LICENSE.md file for details.