[iText-questions] BarcodeDatamatrix was (Re: How to get the byte[] array of an Image from PdfReader)

2009-09-25 Thread Davis Ford
Hi, let me ask this question yet a different way, since I don't seem to be having much luck. Let's say I create a PDF with the following: BarcodeDatamatrix dm = new BarcodeDatamatrix(); dm.setOptions(BarcodeDatamatrix.DM_AUTO); dm.setHeight(40); dm.setWidth(40); dm.generate("12345"); Image image

Re: [iText-questions] BarcodeDatamatrix

2008-12-24 Thread Paulo Soares
Looks like a CF thing. Cast imgorderBarCode to Image, it may work. Paulo - Original Message - From: "matthew abbott" To: Sent: Tuesday, December 23, 2008 8:42 PM Subject: [iText-questions] BarcodeDatamatrix Basically I am wondering if anyone has ever tried

[iText-questions] BarcodeDatamatrix

2008-12-23 Thread matthew abbott
Basically I am wondering if anyone has ever tried using the com.lowagie.text.pdf.BarcodeDatamatrix class to create a datamatrix barcode.Ive been trying and trying and i keep getting errors. basically i have this... Im using coldfusion. datamatrixBarCode = CreateObject("java","com.lowagie.tex

Re: [iText-questions] BarcodeDatamatrix

2007-09-21 Thread Paulo Soares
You must check the return value from generate(). Paulo - Original Message - From: "Peter Gershkovich" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Friday, September 21, 2007 9:13 PM Subject: [iText-questions] BarcodeDatamatrix I

[iText-questions] BarcodeDatamatrix

2007-09-21 Thread Peter Gershkovich
I am wondering you have any examples with Datamatrix barcode. I am able to generate a barcode with the following code: -- BarcodeDatamatrix datamatrixBarCode = new BarcodeDatamatrix(); datamatrixBarCode.setOptions(BarcodeDatamatrix.DM_AUTO); datamatrixBarCode.setHeight( 0