Skip to content

Simple java tool to merge pdfs to one single file with keeping an pages order.

Notifications You must be signed in to change notification settings

baca90/MergePdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MergePdf

Simple java tool to merge pdfs to one single file with keeping an pages order.

Table of contents

Technologies

Requirements

  • Java version: 1.8 or above

Usage

PDF files should be named in convention "1.pdf", "2.pdf" etc.
Download a JAR file from here and from directory where it is, run a command:

java -jar mergePdf-1.0.jar InputPath OutputPath+FileName

example:

java -jar mergePdf-1.0.jar C:\PdfsArePlacedHere C:\Destination\Merged.pdf

About

Simple java tool to merge pdfs to one single file with keeping an pages order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages