[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby and barcodes

Paulo Carvalho

10/22/2007 2:16:00 PM

Hello

1 - I would like to generate a 2D barcode with ruby? Is it possible?

2 - If it is possible, is there a way to make the oposite? (read the
file generated with the barcode - PDF/image/etc) and extract is content
with ruby?

Thanks

regards
--
Posted via http://www.ruby-....

4 Answers

Jano Svitok

10/22/2007 2:42:00 PM

0

On 10/22/07, Paulo Carvalho <pjcarvalho@gmail.com> wrote:
> Hello
>
> 1 - I would like to generate a 2D barcode with ruby? Is it possible?
>
> 2 - If it is possible, is there a way to make the oposite? (read the
> file generated with the barcode - PDF/image/etc) and extract is content
> with ruby?
>
> Thanks
>
> regards

GIYF: ruby barcode
http://snippets.dzone.com/posts...
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...

Paulo Carvalho

10/22/2007 3:01:00 PM

0

Thanks but i dont think that they able to generate 2D barcodes...

Jano Svitok wrote:
> On 10/22/07, Paulo Carvalho <pjcarvalho@gmail.com> wrote:
>> regards
> GIYF: ruby barcode
> http://snippets.dzone.com/posts...
> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...

--
Posted via http://www.ruby-....

yermej

10/22/2007 3:33:00 PM

0

On Oct 22, 10:00 am, Paulo Carvalho <pjcarva...@gmail.com> wrote:
> Thanks but i dont think that they able to generate 2D barcodes...
>
> Jano Svitok wrote:
> > On 10/22/07, Paulo Carvalho <pjcarva...@gmail.com> wrote:
> >> regards
> > GIYF: ruby barcode
> >http://snippets.dzone.com/posts...
> >http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...
>
> --
> Posted viahttp://www.ruby-....

With http://sourceforge.net/projects/pdf... and the above info,
you might be able to piece something together to generate the
barcodes. I'm not sure about reading them though.

Jano Svitok

10/22/2007 4:06:00 PM

0

On 10/22/07, Paulo Carvalho <pjcarvalho@gmail.com> wrote:
> Thanks but i dont think that they able to generate 2D barcodes...
>
> Jano Svitok wrote:
> > On 10/22/07, Paulo Carvalho <pjcarvalho@gmail.com> wrote:
> >> regards
> > GIYF: ruby barcode
> > http://snippets.dzone.com/posts...
> > http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...

Sorry, I overlooked the "2D" part.

J.