[iText-questions] ARIAL.TTF ECLIPSE

2007-06-21 Thread rachel.kozlowski
Where would I put ARIAL.TTF in Eclipse for my code: normalStyle.setPdfFontName("ARIAL.TTF"); to recognize the path to it? Rachel Kozlowski MS (CIS) MT (ASCP) Software Engineer Thomson Healthcare Phone: (734) 669-7658 Fax: (734) 930-7611 www.thomsonhealthcare.com [EMAIL PROTECTED]

Re: [iText-questions] Unicode problem

2007-06-15 Thread rachel.kozlowski
Where would I put this? Rachel Kozlowski MS (CIS) MT (ASCP) Software Engineer Thomson Healthcare Phone: (734) 669-7658 Fax: (734) 930-7611 www.thomsonhealthcare.com [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Frida

[iText-questions] Unicode problem

2007-06-14 Thread rachel.kozlowski
Hi, I am new. The following symbols ≥ ≤ are coming across as question marks on jasperReports which uses the itext library. Since I am also using JFreeCharts the Unicode \2265 is used for this symbol and in JFreeCharts we use the Arial Unicode MS to make it work, where would I set a font that

[iText-questions] Unicode not displaying

2007-06-13 Thread rachel.kozlowski
My jasperreport is displaying as /u2122 instead of a greater than equal sign. What font could I use that would work? JRDesignStyle normalStyle = new JRDesignStyle(); normalStyle.setName(NORMAL_STYLE_KEY); normalStyle.setDefault(true); normalStyle.setFontName("

Re: [iText-questions] my kid nominated for a movie award

2007-01-26 Thread rachel.kozlowski
That is great! Congratulations! Rachel Kozlowski MS (CIS) MT (ASCP) Software Engineer p 734.669.7658 f 734.930.7611 Thomson Medstat [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hastings Sent: Friday, January 26, 2007 11:38 AM To:

Re: [iText-questions] JVM crashes

2007-01-12 Thread rachel.kozlowski
Please see: http://forum.java.sun.com/thread.jspa?threadID=547865 Rachel Kozlowski MS (CIS) MT (ASCP) Software Engineer p 734.669.7658 f 734.930.7611 Solucient, a Thomson business [EMAIL PROTECTED] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal

Re: [iText-questions] iText Error

2007-01-11 Thread rachel.kozlowski
Loosely_ translated, protected methods in the PdfWriter class can only be accessed by - another class within the (com.lowagie.text.pdf) package or - a subclass of the com.lowagie.text.pdf.PdfWriter class Short answer, you cannot use "protected" methods of the PdfWriter class here. Check the API

Re: [iText-questions] How to use Arial Unicode MS

2007-01-11 Thread rachel.kozlowski
Vivek: Hope this answers it for you. I believe the answer to your question is: arialuni.ttf. I found the following on the internet. we are using legacy AWT code and converting that to PDF using iText, initially we had problems once we tried to render a PDF that had contents in Japanese. To g

Re: [iText-questions] Problem using 'Arial Unicode MS' font

2007-01-11 Thread rachel.kozlowski
Have you tried just Arial? Rachel Kozlowski MS (CIS) MT (ASCP) Software Engineer p 734.669.7658 f 734.930.7611 Solucient, a Thomson business [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vivek M Sent: Thursday, January 11, 2007 1:42 P

Re: [iText-questions] HTML to PDF table problem

2007-01-11 Thread rachel.kozlowski
I am still waiting for an answer. Does anyone know how to change the width of the first column in the pdf when creating a pdf from html? Rachel Kozlowski MS (CIS) MT (ASCP) Software Engineer p 734.669.7658 f 734.930.7611 Solucient, a Thomson business [EMAIL PROTECTED] _

Re: [iText-questions] HTML to PDF table problem

2007-01-10 Thread rachel.kozlowski
I accidently gave you all the wrong HTML. I still need a fix for this. Sub 10 Trending Report National Benchmark 7.1% 7.1% 7.0% 6.8% 6.8%

[iText-questions] HTML to PDF table problem

2007-01-10 Thread rachel.kozlowski
Hi All: Every time I create a pdf from html the first column of the table takes up half the page even though the first column width is set at 5%. I would like the first column to be about 5%. I have attempted totally removing the width from the html. Any thoughts or suggestions are appre