Re: [iText-questions] locked columns

2008-07-25 Thread Ning Zhao
Hi, this could be achieved with your own column-calculation algorithm. In some of our projects, the row numbers are fixed but the column numbers are dynamically calculated. Basically your program wants to know in advance: 1. The width of the printable area of your media 2. The width of each co

Re: [iText-questions] locked columns

2008-07-25 Thread Paulo Soares
2:20 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] locked columns > > Hi, > > If I have a pdf table w/ 100+ columns, the print out would > consists of more than one page. (even in landscape mode). > > > Does itext have the option of print

[iText-questions] locked columns

2008-07-24 Thread David Hang
Hi,If I have a pdf table w/ 100+ columns, the print out would consists of more than one page. (even in landscape mode). Does itext have the option of printing repeating column(s) on each page ?  I believe the idea is similiar to "Freeze panes" in Microsoft Excel.  If you "freeze" column A, as yo