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
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
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
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
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