我想将我的“test.html.erb”页面打印为 pdf 格式。
请向我推荐其他宝石,例如从 html 页面生成 pdf 文件的 pdf 工具包。
我想将我的“test.html.erb”页面打印为 pdf 格式。
请向我推荐其他宝石,例如从 html 页面生成 pdf 文件的 pdf 工具包。
我们已经成功地将wicked_pdf用于相当复杂的页面。wicked_pdf 允许您创建 pdf 特定模板 (pdf.erb),该模板可能与您的 regulat html 模板不同(PDF 中存在无意义的元素,例如导航链接)。
wicked_pdf 在后台使用wkhtmltopdf。