我安装了pdfkit,甚至还安装了wkhtmltopdf,但是每次尝试创建pdf时都会出现以下错误。
PDFKit::NoExecutableError
No wkhtmltopdf executable found at bundler: command not found: which
Install missing gem executables with `bundle install`
>> Please install wkhtmltopdf - https://github.com/jdpace/PDFKit/wiki/Installing-WKHTMLTOPDF
我的 Gemfile 有以下内容:
gem 'jquery-rails'
gem 'devise'
gem 'carrierwave'
gem "wkhtmltopdf"
gem 'pdfkit'
我的 application.rb 有以下条目:
config.middleware.use "PDFKit::Middleware", :print_media_type => true
我在这里遗漏了什么吗 - 我已经运行了捆绑安装,但每次尝试创建 pdf 时仍然出现此错误。请帮忙