Compiling executables on Heroku(jonmagic.com)
jonmagic.com
Compiling executables on Heroku
http://jonmagic.com/blog/archives/2011/07/28/running-pdftotext-on-heroku/
2 comments
Does anyone know if this this an actual feature implemented in Heroku or is it an open vulnerability? I'm not finding any documentation on this command.
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
Not ideal, but you can package up a rubygem that can compile itself. https://github.com/josh/ruby-xpdf
We 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 :)