I'm not sure if this will work for you but I'll mention it. We recently did a project that handled faxes with 2D bar codes. We used a java library from Java4Less to create a 2D "data matrix" code on a fax cover sheet. The idea was that user would fax documents into our fax number (on an Asteisk server). They would be stored on the drive as PDFs. Using CF8 and the CFPDF tag we created thumbs of the cover page from the fax and then extracted the bar code - passing it to the java4Less library for decoding.
The result worked really well. Ryan Stille (the CF Webtools guru who came up with the solution) posted a CFC to use in conjunction with the library. Here's my post on the topic: http://www.coldfusionmuse.com/index.cfm/2007/12/12/fax.2D.barcode.Coldfusion ..8 And here is ryans post: http://www.stillnetstudios.com/2007/12/15/2d-barcodes-coldfusion/ .... That includes a link to the riaforge project. -Mark -----Original Message----- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 2:34 PM To: CF-Talk Subject: Barcode Question Hi, I was wondering if anyone could assist me with an issue. I am currently using the custom tag barcode39.cfm to produce 3 of 9 barcodes from a CF page. I am have a few issues with the fact that the tag and/or the 3 of 9 barcode specification does not support certain characters like the " , " and the "@". Does anyone know if there is an update to this tag or is there possibly a CFC or something else that I could use to produce the barcode. I do not have to use 3 of 9, I can use a different format. I am using BlueDragon 6.2 on Weblogic. Thanks Mario ============================================================================ == Please access the attached hyperlink for an important electronic communications disclaimer: http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ============================================================================ == ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296697 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

