Re: [iText-questions] Cannot print JTable

2002-08-26 Thread Ken Lo
System.err.println(ioe.getMessage()); } document.close(); } } >From: "Paulo Soares" <[EMAIL PROTECTED]> >To: "Ken Lo" ><[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> >CC: <[EMAIL P

Re: [iText-questions] Cannot print JTable

2002-08-16 Thread Ken Lo
implementation of > >> > > > PdfGraphics2D. It only works for simple things. > >> > > > > >> > > > Best Regards, > >> > > > Paulo Soares > >> > > > > >> > > > - Original Message - > >

[iText-questions] Cannot print JTable

2002-08-15 Thread Ken Lo
Hi all, I trying to print a JTable to a PDF using iText. So far, the resulting PDF only shows the table outlines, but not the table's contents. I don't know which part of the code went wrong. Could someone please help me out. The following is a sample application demonstrating the problems.

[iText-questions] Cannot print JTable

2002-08-14 Thread Ken Lo
Hi all, I trying to print a JTable to a PDF using iText. So far, the resulting PDF only shows the table outlines, but not the table's contents. I don't know which part of the code went wrong. Could someone please help me out. The following is a sample application demonstrating the problem