----- Original Message ----- From: "Bibin" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Friday, July 08, 2005 5:18 AM Subject: Pdf Error!!!
Hi,
I'm having a problem with dynamic pdf generations.
In my code,Im adding some cells to a table, like this
for(int f=0;f<12;f++)
data.addCell("data");
doc.add(data);
I'm getting the correct output
After I changed the code like this
for(int f=0;f<24;f++)
data.addCell("data");
doc.add(data);
or whatever f>12, which is the no of coluumns for the PdfPTable
Im getting messages like this in IE 6.0
When I try to open it,I saw blank html page,and no pdf at atll,neither I
could save it.
What could be the reason?
I couldnt send images to mailing list, thats why I am sending it straight to
you.
Thanx in advance.
bibin
<<attachment: warn.JPG>>
