hi, thanks for ur suggestions. 

But I have used PdfWriter.fitsPage at first place
itself.

now i am trying with the PdfPTable class. here I want
to know is there any method to take some two rows (
which will be used as Headers).

as of now I am trying to take the cells of these 2
rows and adding it to the table on each page.

is there any method of the PdfPTable by which we can
add rows itself instead of individual cells to table.

and as of now I am using PdfPTable like Table only not
using writeSelectedRows.

whether there will be any performance draw back in
using PdfPTable in this way.

Thanks and Regards
Prabhakaran R.

 --- Paulo Soares <[EMAIL PROTECTED]> wrote: > The
size of the file can't be reduced, after all
> it's 30000 rows. The
> processing time, however, can be reduced. Using
> Table, create a page at a
> time using PdfWriter.fitsPage(). You can also try
> using a PdfPTable that is
> faster than Table.
> 
> Best Regards,
> Paulo Soares
> 
> > -----Original Message-----
> > From:       prabhakaran ramalingam
> [SMTP:[EMAIL PROTECTED]]
> > Sent:       Wednesday, January 22, 2003 9:11
> > To: [EMAIL PROTECTED]
> > Subject:    [iText-questions] Creating large PDF with
> table.
> > 
> > hi all,
> >      I am going through iText tutorial for PDF
> > generation. In one of my project we want to create
> > large pdf. its basically a report and I need to
> create
> > the report in the form of table with large no.of
> rows
> > spannig multiple pages. 
> > 
> >       I have used (iText)Table and Cell classes
> for
> > constructing the PDF. The pdf created using iText
> > taking around 26 minutes and the size of the
> created
> > PDF is around 6MB for 30,000 rows in a table.
> > 
> >      basically I want to know whether is there any
> > other way of creating the PDF using iText which
> will
> > reduce my process time and(or) size of the file
> also.
> > 
> > Thanks in advance for your replies.
> > 
> > Prabhakaran R.
> > 
> > 
> > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Everything you'll ever need on one web page
> > from News and Sport to Email and Music Charts
> > http://uk.my.yahoo.com
> > 
> > 
> >
>
-------------------------------------------------------
> > This SF.net email is sponsored by: Scholarships
> for Techies!
> > Can't afford IT training? All 2003 ictp students
> receive scholarships.
> > Get hands-on training in Microsoft, Cisco, Sun,
> Linux/UNIX, and more.
> > www.ictp.com/training/sourceforge.asp
> > _______________________________________________
> > iText-questions mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/itext-questions
> 
> 
>
-------------------------------------------------------
> This SF.net email is sponsored by: Scholarships for
> Techies!
> Can't afford IT training? All 2003 ictp students
> receive scholarships.
> Get hands-on training in Microsoft, Cisco, Sun,
> Linux/UNIX, and more.
> www.ictp.com/training/sourceforge.asp
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/itext-questions 

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


-------------------------------------------------------
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

Reply via email to