我在 Windows 上运行 Rails 并安装了 wkhtmltopdf(路径 - C:\Users\User\local\bin)。我正在尝试使用文档 - https://github.com/pdfkit/pdfkit#configuration对其进行配置。但它给了我关于路径的错误。
我在初始化程序文件夹中创建了 pdfkit.rb 文件并写了这个:
PDFKit.configure do |config|
config.wkhtmltopdf = "C:Users/User/local/bin"
config.default_options = {
:page_size => 'Legal',
:print_media_type => true
}
end
但它给了我错误
No wkhtmltopdf executable found at C:Users/User/local/bin
>> Please install wkhtmltopdf - https://github.com/jdpace/PDFKit/wiki/Installing-WKHTMLTOPDF