开发者

Rails 3 - generating PDF with barcode

开发者 https://www.devze.com 2023-02-19 06:58 出处:网络
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 scrat开发者_开发问答ch?Not in

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 scrat开发者_开发问答ch?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消