Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.26 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.26 KB

PDF Merge

Overview

PDF Merge is a simple, efficient tool to merge multiple PDF files into a single PDF. It's designed to be user-friendly and quick, making the process of combining PDFs straightforward and hassle-free.

Table of Contents

Features

  • Merge multiple PDF files into one
  • Cross-platform compatibility

Installation

Prerequisites

Make sure you have the following tools and libraries installed:

  • Java (JDK 23 or later)
  • Maven

Steps

  1. Clone the repository:

    git clone https://github.com/ahjaworski/pdf-merge.git
    cd pdf-merge
  2. Build the project using Maven:

    mvn clean install

Running with Docker Compose

To run this project using Docker Compose, follow these steps after ensuring you have completed the installation steps:

  1. Build the project using Maven:

    mvn clean install
  2. Start the application using Docker Compose:

    docker-compose up -d
  3. Access the application by navigating to http://localhost:8080 in your web browser.

License

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