Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 600 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 600 Bytes

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