Re: [iText-questions] PDF not created on FEDORA

2009-04-15 Thread gautamn2002
I installed JDK 1.5 and it is running fine thanx for helping... regards, Nitin Gautam gautamn2002 wrote: > > Please provide an example with Hindi text than runs on Linux. The problem > with hindi fonts is of ligatures, that I have already solved with the code > that worked on windows, but

Re: [iText-questions] PDF not created on FEDORA

2009-04-15 Thread gautamn2002
27;s a > java version limitation. Does it work if written to a panel or a > BufferedImage? > > Paulo > >> -Original Message- >> From: gautamn2002 [mailto:gautamn2...@gmail.com] >> Sent: Monday, April 13, 2009 6:57 AM >> To: itext-questio

Re: [iText-questions] PDF not created on FEDORA

2009-04-15 Thread gautamn2002
Please provide an example with Hindi text than runs on Linux. The problem with hindi fonts is of ligatures, that I have already solved with the code that worked on windows, but the same code doesn't work on Linux. It would be nice of you if you if you can tell the exact version of Java. regard

Re: [iText-questions] PDF not created on FEDORA

2009-04-13 Thread 1T3XT info
Paulo Soares wrote: > Given that you are using createGraphicsShapes() I overlooked that. Yes, that's probably the problem. I also had to install the JDK from SUN to build all the examples on my Fedora server. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

Re: [iText-questions] PDF not created on FEDORA

2009-04-13 Thread Paulo Soares
AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF not created on FEDORA > > > > Hi, > I am creating PDF with indian languages (using unicode) on > Fedora. The > same code works fine for windows, but in linux it shows a > blank d

Re: [iText-questions] PDF not created on FEDORA

2009-04-13 Thread 1T3XT info
gautamn2002 wrote: > > Hi, > I am creating PDF with indian languages (using unicode) on Fedora. The > same code works fine for windows, but in linux it shows a blank document. 1. You didn't define a FontMapper. 2. You have the font present on Windows, but iText can't find it on Fedora (and tha

[iText-questions] PDF not created on FEDORA

2009-04-13 Thread gautamn2002
Hi, I am creating PDF with indian languages (using unicode) on Fedora. The same code works fine for windows, but in linux it shows a blank document. import java.awt.Font; import java.awt.Graphics2D; import java.io.FileOutputStream; import com.lowagie.text.Document; import com.lowagie.text.Pag