5 ms·
Had this exact same issue. xpdf isn't on the new cedar stack. Not ideal, but you can package up a rubygem that can compile itself. https://github.com/josh/ruby
by joshpeek 15y ago
Had this exact same issue. xpdf isn't on the new cedar stack.
Not ideal, but you can package up a rubygem that can compile itself. https://github.com/josh/ruby-xpdf https://github.com/josh/ruby-xpdf
- jonmagic 15y agoWe thought about doing it this way and opted for the other since it was quick and easy. Great to see your implementation though, may end up just using it :)