我正在尝试使用 PDFkit。我明白了
command failed: "/Users/burtondav/sites/ndeavor/bin/wkhtmltopdf-amd64" "--page-size" "Letter" "--margin-top" "0.75in" "--margin-right" "0.75in" "--margin-bottom" "0.75in" "--margin-left" "0.75in" "--encoding" "UTF-8" "--print-media-type" "--quiet" "-" "-"
它在 (gem) pdfkit-0.5.3/lib/pdfkit/pdfkit.rb 中的代码出错
73 raise "command failed: #{invoke}" if result.to_s.strip.empty?
我在 /bin/ 中有 wkhtmltopdf-amd64
在 pdfkit.rb 中,我有:
config.wkhtmltopdf = Rails.root.join('bin', 'wkhtmltopdf-amd64').to_s
谢谢您的帮助!