robflynn / pdftoimage

A ruby gem for converting pdfs to images.
MIT License
31 stars 24 forks source link

Gem Load Error is: poppler_utils not installed #10

Closed reiz closed 2 months ago

reiz commented 2 months ago

I just added this Gem like this to my Gemfile:

gem 'pdftoimage', '~> 0.2.0'

I did run bundle install. When I run rails c, I get this error:

There was an error while trying to load the gem 'pdftoimage'. (Bundler::GemRequireError)
Gem Load Error is: poppler_utils not installed

What I'm doing wrong?

reiz commented 2 months ago

OK. I just could solve by installing it like this:

brew install poppler