Re: [iText-questions] Barcode image size

2008-02-08 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of bisoa > Sent: Thursday, February 07, 2008 9:52 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Barcode image size > > > > Pa

Re: [iText-questions] Barcode image size

2008-02-08 Thread bisoa
Paulo Soares wrote: > > Nested tables are more flexible but not as easy to use as rowspan. > Anything you can do with rowspan is possible with nested tables and > more. If you are happy with rowspan and Table go ahead and use it but > don't assume that just because you don't know how to use nest

Re: [iText-questions] Barcode image size

2008-02-07 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of bisoa > Sent: Thursday, February 07, 2008 11:02 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Barcode image size > > > >

Re: [iText-questions] Barcode image size

2008-02-07 Thread bisoa
Paulo Soares wrote: > > Use nested tables. > Nested tables are even more restrictive! There are things that we need nothing but rowspan. We already have that with Table, why should we use inferior ones? -- View this message in context: http://www.nabble.com/Barcode-image-size-tp15310501p1

Re: [iText-questions] Barcode image size

2008-02-07 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of bisoa > Sent: Wednesday, February 06, 2008 11:10 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Barcode image size > &g

Re: [iText-questions] Barcode image size

2008-02-07 Thread bisoa
Paulo Soares wrote: > > You are also advised to use PdfPTable instead of Table. > I don't think you can confidently recommend PdfPTable over Table. I don't find the new class useful. First of all, it does not have setRowspan() in PdfPCell! So I cannot use PdfPTable! -- View this message

Re: [iText-questions] Barcode image size

2008-02-06 Thread Paulo Soares
dnesday, February 06, 2008 11:01 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Barcode image size > > Hello > > I am using IText to generate a PDF file with some text and an > image with a datamatrix barcode. > > My code is the one (i am o

[iText-questions] Barcode image size

2008-02-06 Thread Paulo Carvalho
Hello I am using IText to generate a PDF file with some text and an image with a datamatrix barcode. My code is the one (i am only testing the capabilties of IText for now) BarcodeDatamatrix bcdm = new BarcodeDatamatrix(); bcdm.setOptions(BarcodeDatamatrix.DM_AUTO); bcdm.setHeight(0); bcdm.setWi