Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekelhala/jmerge

Minimal tool for merging PDF files together, written in Java
https://github.com/ekelhala/jmerge

file-management gui java maven pdf-document pdfbox swing

Last synced: 2 days ago
JSON representation

Minimal tool for merging PDF files together, written in Java

Awesome Lists containing this project

README

        

# jMerge - minimal PDF merger

This is a small hobby project to make life a little bit easier. JMerge is a free, open-source, offline PDF document merger.

## Features

- Select multiple PDF-files at once
- Reorder or remove selected files
- Merge and export to PDF-format

# Usage

You can either build the tool by yourself, or download it.

## By downloading

Download from [https://github.com/ekelhala/jmerge/releases/latest](https://github.com/ekelhala/jmerge/releases/latest)

## From source

Clone this repo with `git clone https://github.com/ekelhala/jmerge.git`

Build it with `mvn clean compile assembly:single` in the repo folder (`jmerge`)

# Possible improvements

- Making code cleaner and mode modular
- Implementing a config file system, where `.pdf` files could be fetched and merged by looking at a file generated by some other program

# Issues, new features, etc...

Issues and pull requests are always welcome! Submit them at Github: [https://github.com/ekelhala/jmerge](https://github.com/ekelhala/jmerge)