You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using rails 3.1 and ruby 1.9.2 while I am using the
<%= barcode("Text",:encoding_format=>Gbarcode::BARCODE_CBR) %>
Then it is creating a blank png image with name TEXT.png.
I am not getting any image ,while I am using this constant BARCODE_128 then it is creating.
But in the documentation it is said that these formats are supported now..?
The text was updated successfully, but these errors were encountered:
It generates the barcode using Gbarcode, so will have to check if Gbarcode
library can still do it.
On 17 Apr 2013 17:31, "Enes Kaya" [email protected] wrote:
Did you have the possibility to fix this yet?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-16491033
.
I am using rails 3.1 and ruby 1.9.2 while I am using the
<%= barcode("Text",:encoding_format=>Gbarcode::BARCODE_CBR) %>
Then it is creating a blank png image with name TEXT.png.
I am not getting any image ,while I am using this constant BARCODE_128 then it is creating.
But in the documentation it is said that these formats are supported now..?
The text was updated successfully, but these errors were encountered: