I create PDF file by use in ITEXT:

Document document=new Document();

      PdfWriter writer=PdfWriter.getInstance(document,new 
FileOutputStream("hello.pdf"));

document.open();  

    document.add(new Paragraph("hello"));

      document.add(new Paragraph("שלום"));

      document.close();

but I got a pdf with no the second Paragraph , because the text  is in Hebrew. 

Every text in Hebrew not written to the pdf.

How can I create pdf with Hebrew text? 

<<imp_harel-ins_XhPm0.jpg>>

<<imp_harel-ins_8pta1.gif>>

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to