Reputation: 73
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?
Upvotes: 1
Views: 934
Reputation: 5767
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
Upvotes: 1