[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Generate Barcode in PDF?

Andrew Edwards

9/13/2007 12:31:00 PM

Hi,

I am searching for a way to dynamically generate a barcode as part of
a PDF.

I have come across a number of older threads and discussions but no
one seemed to confirm a tested working solution.

I wondered if anyone had since tackled the problem?

3 Answers

Gregory Seidman

9/13/2007 1:21:00 PM

0

On Thu, Sep 13, 2007 at 09:35:10PM +0900, Andrew Edwards wrote:
> Hi,
>
> I am searching for a way to dynamically generate a barcode as part of
> a PDF.
>
> I have come across a number of older threads and discussions but no
> one seemed to confirm a tested working solution.
>
> I wondered if anyone had since tackled the problem?

There are innumerable free implementations of barcode generation. I don't
know of a wrapper around one of the libraries, but it should be pretty
simple to implement. Perhaps this library would be a good start:
http://sourceforge.net/pro...

Write a C extension and you're good to go. Once you have the output in some
format, you should be able to turn it into a PDF one way or another (e.g.
RMagick).

--Greg


Foreero Ivan

4/23/2008 9:30:00 PM

0

how print barcodes in pdf quickly ????
without Rmagick , i do that with gbarcode but is slowly when I generated
many barcodes



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

Mikel Lindsaar

4/23/2008 11:52:00 PM

0

On Thu, Apr 24, 2008 at 7:29 AM, Foreero Ivan <ivmafo@gmail.com> wrote:
> how print barcodes in pdf quickly ????
> without Rmagick , i do that with gbarcode but is slowly when I generated
> many barcodes

barby.rubyforge.org ?

No idea on speed though.

Mikel