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
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
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
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
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
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
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