将 HTML 表单转换为 PDF
如何将 html 表单转换为 PDF。我想用 Prawn 来达到这个目的。
指出任何相关的链接或示例将会非常有帮助。
How do I convert a html form to PDF. I would like to use Prawn for the purpose.
Pointing to any relevant links or examples would be very helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么你想限制自己使用不适合任务的技术(Prawn)(它不适合使用 HTML 生成 PDF)?
您可能想查看PDFKit,因为它似乎专门设计用于使用强大的现有功能从 HTML 创建 PDF图书馆。
超短版本(两行!):
在此处阅读更多相关信息:
http://thinkrelevance.com/blog/2010 /06/15/rethinking-pdf-creation-in-ruby.html
查看 RailsCast:http://railscasts.com/episodes/220-pdfkit
Why would you want to limit yourself to a technology (Prawn) not appropriate to the task (it's not geared towards using HTML to generate the PDF)?
You might want to check out PDFKit instead, as it seems specifically designed to create PDFs from HTML, using powerful existing libraries.
Super short version (two lines!):
Read more about it here:
http://thinkrelevance.com/blog/2010/06/15/rethinking-pdf-creation-in-ruby.html
Check out the RailsCast: http://railscasts.com/episodes/220-pdfkit