[iText-questions] Why do I need iTextAsian.jar??

2002-11-19 Thread David Abrames
Hi, I ran the tutorial chapter 2 example 1 got the error "Missing configuration files for CJK fonts" message. I looked in the FAQ and mail archive for this message and found reference for adding iTextAsian.jar to my class path which corrected the problem. My question is why do I need this? As f

[iText-questions] Document.setFooter()

2002-11-19 Thread QJian
Hi, all Does anybody have any idea why I can not use Table in the HeaderFooter when use Document.setFooter(). However I can use the same HeaderFooter ( I trying to use in the Document.setFooter() ) in the Document.setheader(). Please help me out. Thanks. Tim (Qinjian) Jian 3833 Farragut Ave.

[iText-questions] CELL HEIGHT & FONTS...

2002-11-19 Thread Matías Salvador
I'm using a PdfPTable with PdfPCells, and I want to set the same height to all my rows. I'm using the same font for my entire table.   1. Do I have to use the setFixedHeight(), the setMinimunHeight() or other method to do so? 2. Should I have to set this height with the summatory of my AWT_A

Re: [iText-questions] setAbsWidth()

2002-11-19 Thread Matías Salvador
I'm trying to use this class, but I don't know how to set the end of a row, I mean, to insert a row and make a kind of "println" to start with the next one... How can I do this with this class? Because in Table I could put with my addCell() method, a position. Thank you. - Original Message -

RE: [iText-questions] setAbsWidth()

2002-11-19 Thread Paulo Soares
You'll have to use a PdfPTable. Best Regards, Paulo Soares > -Original Message- > From: Matías Salvador [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 19, 2002 13:57 > To: iText List > Subject: [iText-questions] setAbsWidth() > Importance: High > > I would like to set the ab

[iText-questions] setAbsWidth()

2002-11-19 Thread Matías Salvador
I would like to set the absolute width of a Table, but tha parameter is a String, supposed to be  the percentage of the available space... shouldn't it be a float? Are there any constants to pass to this method?   Thank you!   Saludos/Regards,Matías Salvador Systems Analyst SISA Java Develop

RE: [iText-questions] page length question

2002-11-19 Thread Arturo Zambrano
Thanks Paulo, do you have any idea why AcroReader shows an empty page? could the 20 inches limit be there? regards. arturo At 11:16 19/11/02 +, you wrote: The pdf format has a page size limit of 200x200 inches. Best Regards, Paulo Soares > -Original Message- > From: Arturo Zamb

Re: [iText-questions] Cells Height in a Table...

2002-11-19 Thread Matías Salvador
I don't know if the documentation is short or I didn't download it complete, but my API of PdfTable is smaller than the one of Table, and I can't find any method related to changing the height of my cells. Could anyone give me a clue to this? Thank you! - Original Message - From: "Paulo S

[iText-questions] 2D barcode PDF417

2002-11-19 Thread Paulo Soares
I have to do for my work the PDF417 barcode in C (I even bought the standard ISO 15438) and I as wondering if anyone is interested in a version for iText. There's a program in sourceforge to do it but it's out of the question to use it as the license is GPL. Best Regards, Paulo Soares --

RE: [iText-questions] position location

2002-11-19 Thread Paulo Soares
If all your elements need absolute position the fitsPage can't be used. You can always know the size of the table with getTotalHeight() but call setTotalWidth() before. See the javadocs for more specialized methods. Best Regards, Paulo Soares > -Original Message- > From: Pablo Jimenez [SM

[iText-questions] position location

2002-11-19 Thread Pablo Jimenez
I have inserted a PdfPTable in my document and the table goes to the next page (with fitsPage). I want to know where the table ends (position in the lastpage) because i have to insert more elements after the table. All my elements need absolute position. thank you pablo -

RE: [iText-questions] Store multiple tiffs in a pdf file

2002-11-19 Thread Paulo Soares
See http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg02935.h tml. You'll need JAI. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 21:26 > To: [EMAIL PROTECTED] > Subject: [iTex

RE: [iText-questions] page length question

2002-11-19 Thread Paulo Soares
The pdf format has a page size limit of 200x200 inches. Best Regards, Paulo Soares > -Original Message- > From: Arturo Zambrano [SMTP:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 21:33 > To: [EMAIL PROTECTED] > Subject: [iText-questions] page length question > > > > Hell

RE: [iText-questions] Cells Height in a Table...

2002-11-19 Thread Paulo Soares
Not with Table, only with PdfPTable. Best Regards, Paulo Soares > -Original Message- > From: Matías Salvador [SMTP:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 20:55 > To: iText List > Subject: [iText-questions] Cells Height in a Table... > Importance: High > > Hy Everyb

RE: [iText-questions] Time to write to the file

2002-11-19 Thread Paulo Soares
It is so. After close nothing can be written and as the library doesn't generate threads you can rest assured that all is dead after close. You may be seeing some disk caching but that's outside the scope of iText. Best Regards, Paulo Soares > -Original Message- > From: Ramakrishna Kuppa

RE: [iText-questions] appending jaa.awt.Printalbes to a Document

2002-11-19 Thread Paulo Soares
A new Graphics2D is needed for each page and don't forget to call dispose() before moving to the next page. Best Regards, Paulo Soares > -Original Message- > From: Matt Benson [SMTP:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 18:53 > To: Cantrell, Curtis; '[EMAIL PROTECTED]' >

Re: [iText-questions] New release itext-paulo-106

2002-11-19 Thread Bruno
I have updated the CVS repository. I am now running some tests. I will release a new 'official' version tomorrow. Bruno --- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRI