Skip to content

A small command line tool to merge PDF files written in Kotlin

Notifications You must be signed in to change notification settings

tkonsta/pdf-merge-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pdf-merge-tool

A small command line tool to merge PDF files written in Kotlin.

It uses Apache PDFBox for the merging and Apache commons-cli for parsing the command line arguments.

Usage:

java -jar pdf-merge-tool-1.0-SNAPSHOT-jar-with-dependencies.jar -i <pdf-files> [-o outputFile]

java -jar pdf-merge-tool-1.0-SNAPSHOT-jar-with-dependencies.jar -l <text-file-list>  [-o outputFile]

About

A small command line tool to merge PDF files written in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages