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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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