System.err.println(ioe.getMessage());
}
document.close();
}
}
>From: "Paulo Soares" <[EMAIL PROTECTED]>
>To: "Ken Lo"
><[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>
>CC: <[EMAIL P
implementation of
> >> > > > PdfGraphics2D. It only works for simple things.
> >> > > >
> >> > > > Best Regards,
> >> > > > Paulo Soares
> >> > > >
> >> > > > - Original Message -
> >
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.
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