Re: [iText-questions] Cell Colspan in table that contains a nested table throws exception

2002-04-25 Thread Bruno Lowagie
Quoting Russell Tennant <[EMAIL PROTECTED]>: > I'm getting an index out of bounds exception when > trying to render a table that contains another table and a cell with a > colspan. If I remove the nesting, it works fine. If I remove the > colspan, it works fine. But they will not work together

[iText-questions] Cell Colspan in table that contains a nested table throws exception

2002-04-25 Thread Russell Tennant
I don't know if this a bug or a problem on my end. BTW, great library. Library version 0.91. I'm getting an index out of bounds exception when trying to render a table that contains another table and a cell with a colspan. If I remove the nesting, it works fine. If I remove the colspan, it wor

Re: [iText-questions] About Itext Query

2002-04-25 Thread Bruno Lowagie
Quoting Manohar Patil <[EMAIL PROTECTED]>: > Hi All > > I am facing one problem. I will be very thankful to u , if u can help me. > > Q1 : > I am having one pdf file say xyz.pdf, which contain the plain text.I was to > append some new text to the xyz.pdf file. > > > Q1 : I am having one p

[iText-questions] About Itext Query

2002-04-25 Thread Manohar Patil
Hi All I am facing one problem. I will be very thankful to u , if u can help me. Q1 : I am having one pdf file say xyz.pdf, which contain the plain text.I was to append some new text to the xyz.pdf file. Q1 : I am having one pdf file say pqr.pdf , which again contain plain text. I

[iText-questions] HELP with word wrap around tables

2002-04-25 Thread Chad Brandt
Does anyone have sample code that I could look at that is able to wrap text around a table. This is a requirement for our generated documents. I have spent lots of time experimenting but have made no progress. Has anyone else ever done this type of thing. Is it possible? Any help would be grea

[iText-questions] HELP!! PDF/PS printing experts needed!!

2002-04-25 Thread Jared Ellson
Hi All, I have been working on a printing issue for a while. I currently use iText to convert scanned .tiff documents to PDFs for a large paperless application here at Sun. The problem that I have encountered is that the PDF that iText created from tiffs are not printable, I get a typecheck-re

[iText-questions] table offset for PdfPTable?

2002-04-25 Thread John Watson
Is there an equivalent to setOffset() (from Table) for PdfPTable? I can't figure out how to do this, and I want to move to all PdfPTables if I can. Thanks, John ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists

RE: [iText-questions] How do I get a copy of pdf.jsp?

2002-04-25 Thread Lily Ma
Title: RE: [iText-questions] How do I get a copy of pdf.jsp? When I try to run the jsp file from JRun 3.0, get the following error: 500 Internal Server Error /pdf.jsp: null java.lang.IllegalStateException     at allaire.jrun.servlet.JRunResponse.getOutputStream(JRunResponse.java:294)  

Re: [iText-questions] setting Row height

2002-04-25 Thread Bruno Lowagie
Quoting "Birney, Kenneth" <[EMAIL PROTECTED]>: > Hi, im using itext with xml to create pdf documents that contain tables, my > question is, how do i set the row height? my XML looks like... SAXiTextHandler uses the class Table. With class Table, you haven't got the possibility to define the heig

[iText-questions] setting Row height

2002-04-25 Thread Birney, Kenneth
Hi, im using itext with xml to create pdf documents that contain tables, my question is, how do i set the row height? my XML looks like...

Re: [iText-questions] Multilingual (Chinese/English) fonts

2002-04-25 Thread Paulo Soares
Rather than looking for the perfect all-in-one font, use Helvetica for the roman characters. It's only a couple lines more to identify the characters and put them in a different chunk. As Helvetica is a built-in font the PDF size won't grow either. Best Regards, Paulo Soares - Original Messa

[iText-questions] AcroForm example

2002-04-25 Thread Bruno Lowagie
Hello, It's my intention to make the process of putting together an AcroForm more userfriendly. If you check the CVS repository, you will see that I have written two methods: one for a SUBMIT-button and one for a SINGLE LINE TEXTFIELD. You can find a simple example here: http://www.lowagie.com/