Skip to content

Program that opens a single PDF and accepts inputs to split it into multiple PDFs

Notifications You must be signed in to change notification settings

chrisrohr/pdf-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pdf-splitter

Program that opens a single PDF and accepts inputs to split it into multiple PDFs

How to build

Requirements

  • Java
  • Maven

Build executable jar

  • From root directory, run mvn clean install
  • Change to target directory
  • The executable jar is the one ending with "-with-dependencies"

How to run

  • run java -jar full_jar.jar original_file
  • send in new page definitions (one per line) in the format startPage endPage outputFileName

About

Program that opens a single PDF and accepts inputs to split it into multiple PDFs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages