Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ekelhala/jmerge
- Owner: ekelhala
- License: mit
- Created: 2024-06-29T09:38:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T06:50:30.000Z (4 months ago)
- Last Synced: 2024-07-06T21:53:33.660Z (4 months ago)
- Topics: file-management, gui, java, maven, pdf-document, pdfbox, swing
- Language: Java
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)