Skip to content

Minimal tool for merging PDF files together, written in Java

License

Notifications You must be signed in to change notification settings

ekelhala/jmerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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