Skip to content

geoand/quarkus-pdfmerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Quarkus CLI that can merge PDF iles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages