Last Updated: February 25, 2016
·
1.942K
· codenamev

Paperclip with PDFs

After getting Paperclip Error: NotIdentifiedByImageMagickError whenever uploading PDFs, I finally decided to look at the README, and sure enough:

brew install gs

As the docs said, I needed GhostScript to get PDF thumbnails to work.

Oh yeah, did I forget to mention updating libtool?

brew update
brew install libtool --universal

https://github.com/thoughtbot/paperclip/issues/1173