I would take a look at using an rtf library. This will give you the control you need over your layout and allow you to specify fonts. You'll also need a Code 3 of 9 font. Then you can specify your text and build all the barcodes in the format of *12348* etc.
rtf class: http://www.phpclasses.org/browse/package/1805.html If you need to provide a pdf of the document for a client that may not have the font installed you could then use: http://paggard.com/projects/doc.generator/ I'm sure there are some open source converters out there. This is a task I'm going to need to be building soon myself, but I have no current time line on this feature as of yet. However if you get something working a follow up post would be awesome. Morgan On Aug 14, 10:11 pm, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote: > On Fri, Aug 15, 2008 at 4:46 AM, the_woodsman <[EMAIL PROTECTED]>wrote: > > > > > I've tried using > > >http://www.mribti.com/barcode/ > > > the 3rd hit on a google search, for php barcodes to insert into PDF. > > It generates images, so that might scale better for you, but that'll > > of course affect your file sizes. > > +1 for the above lib there are several more at phpclasses.org > > Yes, barcode on image is a much simpler option... > > Tarique > > -- > ============================================================= > Cheesecake-Photoblog:http://cheesecake-photoblog.org > PHP for E-Biz:http://sanisoft.com > ============================================================= --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
