GitXplorerGitXplorer
D

PDF-Utility

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
2ffcc4873ad32e066126a47f62652d9967f20303

Update README.md

DDysax committed a year ago
Verified
5bc95428208529e258cf3cbd98e26f79016a73a3

Update README.md

DDysax committed a year ago
Unverified
87a86439cd57cb5e4d91a1faee4165256732ccfb

Finished Separator Functionality

DDysax committed a year ago
Verified
5d7651d704b766c3011bae1103ace53c40dc2e91

Update README.md

DDysax committed a year ago
Verified
7cd84491cc0db31470779e248712421276880323

PDF Utility App screenshot

DDysax committed a year ago
Unverified
8ebff8d6753a87a8b41b5e60943d18c72f3b61fe

Add project files.

DDysax committed a year ago

README

The README file for this repository.

PDF Utility App

PDF Utility App

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.

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/Dysax/PDF-Utility.git
  2. Navigate to the directory:
    cd PDF-Utility
  3. Build and run the application:
    dotnet build
    dotnet run

Note: Ensure you have .NET runtime installed.

Usage

  1. Combine:

    • Click on the Add Files button, select your PDFs.
    • Arrange them in the desired order.
    • Hit the Combine button.
  2. Separate:

    • Click on the Add PDF button for separation.
    • Choose the pages you want to extract and save them as individual files.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.