Title: RE: [iText-questions] Barcode Question

Both the mod 103 and the mod 10?  Sorry if these are basic questions.

-Brook

> -----Original Message-----
> From: Paulo Soares [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 24, 2003 5:28 PM
> To: Brook Stevens; [EMAIL PROTECTED]
> Subject: Re: [iText-questions] Barcode Question
>
>
> Your code is correct except for the FNC1 that is put automatically and
> couldn't be put like that, anyway. The checksum will also be generated
> automatically.
>
> Best Regards,
> Paulo Soares
>
> ----- Original Message -----
> From: "Brook Stevens" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, June 24, 2003 18:38
> Subject: [iText-questions] Barcode Question
>
>
> > I am new to bar-coding and am a little confused by all of
> the different
> > classes relating to barcodes.  I need to use a UCC/EAN Code
> 128 barcode,
> > I am not sure whether this means I use the BarcodeEAN
> class, or use a
> > Barcode128 and set the FNC1 text myself, something like:
> >
> > Barcode128 code = new Barcode128();
> > code.setCodeType(code.CODE128_UCC);
> > code.setCode(Barcode128.FNC1 + pText);
> >
> > Also does the Barcode128 generate either a mod 103 or mod
> 10 check, or
> > do I have to do these myself as well?
> >
> > Any help is greatly appreciated.
> >
> > -Brook
> >
> >
>
>
>

Reply via email to