Program that opens a single PDF and accepts inputs to split it into multiple PDFs
- Java
- Maven
- From root directory, run mvn clean install
- Change to target directory
- The executable jar is the one ending with "-with-dependencies"
- run java -jar full_jar.jar original_file
- send in new page definitions (one per line) in the format startPage endPage outputFileName