2

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.

sawa
  • 165,429
  • 45
  • 277
  • 381
  • 1
    You and everyone else :) Unfortunately, the dependencies are quite fragmented and appear to get more complex over time. Good luck with this, though! – PinnyM Oct 09 '13 at 20:15

1 Answers1

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