Robert Martin
Robert Martin

Reputation: 73

Rails 3 - generating PDF with barcode

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

Answers (1)

Reuben Mallaby
Reuben Mallaby

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

Related Questions