That's just PdfPTable filling. See the tutorial for Java at http://itextdocs.lowagie.com/tutorial/objects/tables/index.html#intro
> -----Original Message----- > From: chan wilson [mailto:[EMAIL PROTECTED] > Sent: Monday, August 29, 2005 4:28 PM > To: Paulo Soares > Subject: RE: [itextsharp-questions] generate pdf from a datatable? > Importance: High > > What I mean is something like: > > http://www.codeproject.com/csharp/GiosPdfNETlibrary.asp > > I have a datatable/dataset, I simply generate all the data to > a pdf file. > that is, each table in a pdf file represents a datatable. > > It is something like mapping, here is something that might > look like in the > generated pdf file: > > Field1 Field2 Filed3... > DataTable.Rows[0][Field1] DataTable.Rows[0][Field2] > DataTable.Rows[0][Field3] > DataTable.Rows[1][Field1] DataTable.Rows[1][Field2] > DataTable.Rows[1][Field3] > DataTable.Rows[2][Field1] DataTable.Rows[2][Field2] > DataTable.Rows[2][Field3] > ... > ... > > DataTable.Rows[i][FieldX] represents the value of respective field. > > > >From: "Paulo Soares" <[EMAIL PROTECTED]> > >To: > <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> > >Subject: RE: [itextsharp-questions] generate pdf from a datatable? > >Date: Mon, 29 Aug 2005 12:30:08 +0100 > > > >The question is too generic. > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On > > > Behalf Of ???? > > > Sent: Monday, August 29, 2005 9:29 AM > > > To: [EMAIL PROTECTED] > > > Subject: [itextsharp-questions] generate pdf from a datatable? > > > > > > Is there any code/contributions that can generate pdf > > > according to a Data Table(.NET)? > > > > > > > > _________________________________________________________________ > 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com > > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
