Rails 3 - 生成带条形码的 PDF
我正在寻找一种有效的方法,让我的 Rails 应用程序生成带有条形码和其他内容的 PDF。是否有任何 gem 支持此功能,或者我需要从头开始构建它?
I'm looking for an efficient way for my rails app to generate PDFs with a barcode and other content. Are there any gems that support this or will I need to build it from scratch?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不是 PDF 格式,但您可以生成图像,然后将它们包含在 PDF 渲染中:
http://gbarcode.rubyforge.org/
http://snippets.dzone.com/posts/show/4154
Not in PDF but you can generate the images and then include them in a PDF render:
http://gbarcode.rubyforge.org/
http://snippets.dzone.com/posts/show/4154