[iText-questions] Getting EOFException on reading TTF files

2003-10-14 Thread Pal Perinbam
Hi Paulo, I am getting the following exception on reading ttf files. Could you let me know why? What I use is times.ttf comes with winnt\fonts directory of Windows. Thanks and Regards, Pal java.io.EOFException at com.lowagie.text.pdf.RandomAccessFileOrArray.readChar(RandomAccessFileOr Array.java:17

RE: [iText-questions] Font files stay in temp folder

2003-08-19 Thread Pal Perinbam
in a browser. Thank you. Paulo Soares <[EMAIL PROTECTED]> wrote: iText doesn't use any temporary files. You have to look for the problemelsewhere.Best Regards,Paulo Soares> -Original Message-> From: Pal Perinbam [SMTP:[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 8

[iText-questions] Font files stay in temp folder

2003-08-14 Thread Pal Perinbam
Hi, I use Arial Unicode (arialuni.ttf) font for displaying Chinese texts on a PDF. I dynamically generate a PDF file and I find that everytime this ttf file gets saved in the temp folder of the windows 2000 o/s. After I generate PDF files 20-30 times, I find that this ttf file too gets saved 20-30

RE: [iText-questions] Font files stay in temp folder

2003-08-14 Thread Pal Perinbam
Hi, I create PDF from a servlet which does nothing other than creating font using BaseFont. In windows 2000, suppose one's user id to login is . Then you may find those ttf files read by BaseFont under C:\Documents and Settings\\Local Settings\Temp directory.   And this is the way I create

[iText-questions] Setting Title in window.open()

2003-08-09 Thread Pal Perinbam
Hi, I open a dynamically generated PDF file in a separate window using window.open() method from an HTML/JSP page. How can I set a title for the window? Mostly the title comes like http://localhost:port_number/myservletname. Is there a way to set the title in _javascript_ itself?   Please answer me

[iText-questions] TTF files to display Chinese in bold and italic...

2003-06-29 Thread Pal Perinbam
Hi, Where can I find TTF files supporting Chinese Simplified characters on the Internet? With Arial Unicode TTF file (comes with Windows 2000), I am able to  get only 'NORMAL' flavour. I would like to have Chinese bold and italic fonts in a PDF. How can I achieve this? Having searched the Internet,

RE: [iText-questions] Bold fonts not displayed

2003-06-23 Thread Pal Perinbam
media/adnload/194959_75067.html         Paulo Soares <[EMAIL PROTECTED]> wrote: Post a small runnable code example that generates the problem.Best Regards,Paulo Soares> -Original Message-> From: Pal Perinbam [SMTP:[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 14:21> To: [EMAIL

[iText-questions] Bold fonts not displayed

2003-06-23 Thread Pal Perinbam
Hi All, I generate a PDF file in iText. I use Arial TTF files for fonts. Bold fonts are not properly displayed in Acrobat 5.0.1 3/27/2001 version. With other versions (say 4), they come fine.   Only with the version mentioned above, I face this problem and this problem is very peculiar and I am clu