[iText-questions] alignment of headerfooter in RTF file

2004-01-15 Thread Yazdani, Flora
Title: Message I have a header in a RTF file that has several lines. The couple first lines is supposed to be aligned centered but the last 3 lines are supposed to be left justified. Does anyone know how to do this please? Here is the code: Phrase l_phrase = new Phrase(12,

[iText-questions] numbering pages

2004-01-15 Thread piotr krudysz
Hi: I just need small code sample to number pages of an existing pdf document using i-text. I tried the tutorial, but that didn't help. Number should be at the bottom of a page. Any help greatly appreciated. Thank you Piotr Krudysz __ Do you Yahoo!? Yahoo!

[iText-questions] Special characters

2004-01-15 Thread Philip Stephen Medcraft
Hi, Do I need to take any extra care, if I want my reports to have special characters like ^ ? I'm building reports in portuguese, so we have words like 'mês' which have these special characters. These characters are disapearing on my reports when I present them in a browser. Does anyone know

RE: [iText-questions] Special characters

2004-01-15 Thread Paulo Soares
Title: RE: [iText-questions] Special characters It would help to know if you are generating rtf, html or pdf and how. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Philip Stephen Medcraft Sent: Wednesday, January 14,

RE: [iText-questions] numbering pages

2004-01-15 Thread Paulo Soares
Title: RE: [iText-questions] numbering pages Use PdfStamper. See the example stamped.java at itextpdf.sf.net. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of piotr krudysz Sent: Thursday, January 15, 2004 3:21 To:

[iText-questions] New behaviour in JasperReports v0.5.1

2004-01-15 Thread Gregory A. Swarthout
When moving to JasperReports v0.5.1 we noticed that there was a subtle difference in the way our PDF reports were rendered. Bolded text now appears fuzzier and a bit harder to read. Through much trial and error, I was able to isolate iText v1.01 as the culprit. With iText v0.96, when a font was

[iText-questions] table strange behavior

2004-01-15 Thread kg84
Hi, I have two tables inside a bigger table. I have diff data in inner tables. But strange thing is some how the cell height in leftside table and right table are same. Why it's happening? Any idea? There is no space below the text. I don't want to use cellpadding. Which iText file, I can

[iText-questions] Adding a nested list to a table cell

2004-01-15 Thread Andy Frost
It seems impossible to add a nested list to a table cell. Is this known/expected behavior? When I pass a nested list to the Cell constructor, I get a ClassCastException. Perhaps there is a better way to do what I am trying to do. I simply want several concatenated lists (with different

[iText-questions] Ignore this

2004-01-15 Thread Bill Ensley
Sorry all, just testing to see if I set up my subscription right --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim,

[iText-questions] Loading of an image once on every page

2004-01-15 Thread Abraham, Ben
Hi , Is there any way to load an image once and then display on each and every page of a PDF report. In my case,i am generating a PDF report which is about 500 pages. So,to take care of the performance issue i am trying to get a way of loading this image once and then use it to display on every

[iText-questions] convert PDF forms to HTML forms

2004-01-15 Thread tom smith
Hi everyone, I was trying to convert PDF forms to html forms, but didn’t get much success. For example, PDF forms have fields, and radio button, and check boxes, etc. and when they are converted to html, the forms should have equivalents, such as text fields, radio buttons, and check boxes, so