/quarkus-pdfmerge

A Quarkus CLI that can merge PDF iles

Primary LanguageJavaApache License 2.0Apache-2.0

pdfmerge

Build

./mvnw package

Run

java -jar target/quarkus-app/quarkus-run.jar --input=/location/f1.pdf --input=/location/f2.pdf

Native

Build

./mvnw package -Dnative

Run

target/pdfmerge --input=/location/f1.pdf --input=/location/f2.pdf