Quoting Huy Ho <[EMAIL PROTECTED]>: > > Dear, > > When I create new PdfTable object, it has a mistake (protected class). Tell > me the reason. If I use old version, please tell me where I can get new > version.
You are making a mistake by using PdfTable. PdfTable is a class for INTERNAL USE only. You should use class Table or class PdfPTable. Bruno ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
