The Graphic object is a bad idea, it's there for historical reasons only, use PdfContentByte. What exactly are you trying to do?
Best Regards, Paulo Soares > -----Original Message----- > From: Bruno [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 14, 2002 8:06 > To: Khaled Alakhras > Cc: iText List > Subject: Re: [iText-questions] Lines in PDF Files > > Quoting Khaled Alakhras <[EMAIL PROTECTED]>: > > > > > Is it possible to add the Graphic object to PdfPCell? > > > Matt Benson <[EMAIL PROTECTED]> wrote: > > You mean without using the Graphic > > class? Why would you want to avoid this? > > Because using absolute positioning as described in Chapter 10 > is more accurate. > > http://www.lowagie.com/iText/tutorial/ch10.html > > If you want to add a line in a PdfPCell, I think you should > use the techniques described in Chapter 10 in combination > with TableEvents. > > I'm sure there is a helpful example on Paulo's site. > > Bruno > > > ------------------------------------------------------- > This sf.net email is sponsored by: To learn the basics of securing > your web site with SSL, click here to get a FREE TRIAL of a Thawte > Server Certificate: http://www.gothawte.com/rd524.html > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
