There are several Ruby wrapper gems for pdftk. Among them, is there any gem that installs the pdftk binary automatically cross major OSs at installation of itself? I want to require it in a library, and I can manually install pdftk on my own machine, but I want to avoid the mess of the users of my library being required to manually install pdftk binary.
Asked
Active
Viewed 1,239 times
1 Answers
1
Why not use a native solution such as CombinePDF...?
Depends on what you need, it might actually serve you better.

Myst
- 18,516
- 2
- 45
- 67