heroku-pdftk-buildpack icon indicating copy to clipboard operation
heroku-pdftk-buildpack copied to clipboard

"Maintainers wanted"

Open FeeJai opened this issue 2 years ago • 1 comments

Hello @fxtentacle ,

I have created a fork (more like a new implementation actually) where I am using the newer pdftk-java and also support the new 22 stack. Would you be interested in handing over the project?

Kind regards

Felix

FeeJai avatar Sep 24 '22 21:09 FeeJai

Similarly, I've built a pdftk-java version of the Buildpack using JAVA Native Images (so you don't need the full JVM). It pushes the compile-time complexity off to pdftk-java, and the runtime compatibility to the JAVA native images.

I've published it to the Heroku Buildpack Registry, so you can add it like so:

$ heroku buildpacks:add --index=1 stevenharman/pdftk-java-native --app=<YOUR-APP-NAME>

My version of the Buildpack also supports configuring different versions of pdftk-java, and will cache the downloaded package between builds. Feel free to point folks that way, if you like.

stevenharman avatar Jan 27 '23 16:01 stevenharman