我正在使用wicked_pdf gem进行HTML到PDF的转换.根据Github中的描述,我正确安装了一切.但我收到运行时错误 -
RuntimeError(Bad wkhtmltopdf的路径:/ usr/local/bin/wkhtmltopdf):app/controllers/orders_controller.rb:46:在`创建
`44 @count = Item.count(:qty)
45 @temp = Item.where(:received => true).count()
46 render :pdf => "Bill" ,
47 :template => 'orders/create.pdf.erb', # Excluding ".pdf" extension.
48 page_height: 100,
49 page_width: 80`
Run Code Online (Sandbox Code Playgroud)
和wkhtmltopdf安装在我的系统/ usr/local/bin/wkhtmltopdf中
指定wkhtmltopdf的路径应该是已经安装的路径.
我无法弄清问题是什么.
我想从 MySQL 转储导入 Clickhouse。我试过浏览官方文档,但找不到任何东西。我已经尝试在Stack Overflow answer 之后使用 CSV 导入。任何帮助表示赞赏。我有一个 Ubuntu 16.04 LTS。