ruby on rails 中使用pdfkit生成pdf说是使用pdfkit,其实做工作的还是wkhtmltopdf。一、新建项目 rails new mypdf --skip-bundle 进入项目:cd mypdf,打开Gemfile:vim Gemfile 修改source为h2023-02-21html-css220