[iText-questions] strange behavior of irs tax forms

2006-04-04 Thread David K. Levine
a user sent me an irs pdf tax form that appears to have a non-printing part at the top. All of the renderers (xpdf, etc) except Adobe Reader render the top "non-printing" portion; however, if I import the file into itext using (roughly) com.lowagie.text.Rectangle r = new com.lowagie.text.Rectang

[iText-questions] How to include a table in landscape orientation in a section

2006-04-04 Thread Shawn Qi
Hi, all, How to include a table in landscape orientation inside a section ? I could not use document.setPageSize(PageSize.LETTER.rotate()) because my table is in the middle of the section and all other pages should be in portrait orientation. Is there a way to change page orientation in the mid

Re: [iText-questions] Get paid to take surveys

2006-04-04 Thread Bill Ensley
Yeah, that and 50 cents and I can make a phone call. -Bill Ensley Bear Printing Krishna Prasad V wrote: Hi there, Help me by taking this survey. We can both get 1000 Rupees! Click here: http://rewards.popstarnetworkpanel.com/?r=EUFENBIBUQZJAWEGACQC&i=gmail&p=3&z=1&tc=2

[iText-questions] Get paid to take surveys

2006-04-04 Thread Krishna Prasad V
Hi there, Help me by taking this survey. We can both get 1000 Rupees! Click here: http://rewards.popstarnetworkpanel.com/?r=EUFENBIBUQZJAWEGACQC&i=gmail&p=3&z=1&tc=2 --- This SF.Net email is sponsored by xPML, a groundbreaking scripting langu

[iText-questions] Question regarding itext

2006-04-04 Thread Kheirallah, Wassim
Hi, I just have a question regarding itext. Does itext support CSS stylesheets or not? Thank you,   Wassim Kheirallah Software Engineer 3H Technology, L.L.C v: (703) 521-5200 x3706 m: (202) 725-0527 www.3ht.com  

Re: [iText-questions] Re: iText-questions digest, Vol 1 #3789 - 1 msg

2006-04-04 Thread Leonard Rosenthol
At 10:45 AM 4/4/2006, eson tam wrote: Attached please find the PDF file. Thanks! Now the problem is obvious... 4 0 obj<>endobj This object in the PDF is invalid as the Kids array may NOT contain a null. However, I am sure that Paulo can easily work around th

RE: [iText-questions] Re: iText-questions digest, Vol 1 #3789 - 1 msg

2006-04-04 Thread Paulo Soares
The file has an extra null in the page array. This is not really legal but in any case I've a new hack in PdfReader to take care of it. When the sourceforge CVS is back online it will be commited. Paulo > -Original Message- > From: eson tam [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Apri

RE: [iText-questions] polish fonts in drawString() method

2006-04-04 Thread Paulo Soares
Run this program: GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); Font fonts[] = ge.getAllFonts(); for (int k = 0; k < fonts.length; ++k) System.out.println(fonts[k].getFontName() + " * " + fonts[k].toString()); and check that you really have the font recognized by

[iText-questions] How Do I Use a Plugin

2006-04-04 Thread Youssef Eldakar
How do plugins work? I was not able to find enough information in the AbstractTool documentation. Youssef Eldakar Bibliotheca Alexandrina --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends application

[iText-questions] repeting table header in new page

2006-04-04 Thread Kishore Penneru
  Hi all,   I have been trying to fix the following problem.   Two tables are being filled by exteded data. Two tables have their own  headers.  How can I show table header if any one of the table data goes to new page.   thanks in advance, Kishore Penneru   New Yahoo! Messenger with Vo

RE: [iText-questions] Re: iText-questions digest, Vol 1 #3789 - 1 msg

2006-04-04 Thread Paulo Soares
The only other information I need is the PDF itself. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of eson tam > Sent: Tuesday, April 04, 2006 11:55 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Re: iText-

Re: [iText-questions] Re: iText-questions digest, Vol 1 #3789 - 1 msg

2006-04-04 Thread eson tam
i am not exactly sure which value you are referring. i dumped the member variables of PdfLiteral as followed PdfLiteral getPosition() = 0 PdfLiteral type() = -10 PdfLiteral toString() = null PdfLiteral length() = 4 PdfLiteral getBytes() = null Please let me know if u need other information

Re: [iText-questions] Re: iText-questions digest, Vol 1 #3789 - 1 msg

2006-04-04 Thread eson tam
Hi Paulo, i am not exactly sure which value you are referring. i dumped the member variables of PdfLiteral as followed PdfLiteral getPosition() = 0 PdfLiteral type() = -10 PdfLiteral toString() = null PdfLiteral length() = 4 PdfLiteral getBytes() = null Please let me know if u need other informat

Re: [iText-questions] Re: HTML -> PDF conversion code change from itext 1.2 to 1.3 and 1.4

2006-04-04 Thread bruno
Ricardo Coutinho wrote: Hi Bruno, Attached is the updated SAXiTextHandler.java OK, thanks, I tried to upload the changes to CVS, but I fear the CVS server @ SourceForge is still down; see http://sourceforge.net/docs/A04/ (It has been down since last week; it's quite annoying actually). br,

Re: [iText-questions] Re: iText-questions digest, Vol 1 #3789 - 1 msg

2006-04-04 Thread Paulo Soares
What's the PdfLiteral value? - Original Message - From: "eson tam" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 04, 2006 8:30 AM Subject: [iText-questions] Re: iText-questions digest, Vol 1 #3789 - 1 msg Sorry that i cannot attach the problematic PDF file in the forum. Anyway, let me

[iText-questions] Re: iText-questions digest, Vol 1 #3789 - 1 msg

2006-04-04 Thread eson tam
Sorry that i cannot attach the problematic PDF file in the forum. Anyway, let me describe more findings in this issue. When we traced the source code of PdfReader (v1.4), in line 3050, there is a line iteratePages((PRIndirectReference)kids.get(k)); where kids is an ArrayList. This class casti