analiaf21 / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Add text in Arabic, chinese, hebrew to generated PDF #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. AddText with corresponding language (i18n) to pdf page
2.
3.

What is the expected output? What do you see instead?
output : ????

What version of the product are you using? On what operating system?
0.1.4.3

Please provide any additional information below.

Thanks !

Original issue reported on code.google.com by ve.sea...@gmail.com on 8 Jul 2008 at 3:35

GoogleCodeExporter commented 8 years ago
I have the same problem, is ti a solution ?

Original comment by jean.sz...@gmail.com on 29 May 2009 at 8:10

GoogleCodeExporter commented 8 years ago
Also croatian ČčĆ抚Đ𮾠characters are not supported

Original comment by dalibor1968 on 21 Oct 2009 at 4:00

GoogleCodeExporter commented 8 years ago
Hi, i've got the same error when doing i18n, does AlivePDF support i18n?

Steps to reproduce, look at the following code:

myPDF=new PDF(Orientation.PORTRAIT, Unit.MM, Size.A4);
myPDF.addPage();
myPDF.writeText(20, "\u4f60\u597d"); // "\u4f60\u597d" stands for "Hello" in 
Chinese
myPDF.save(Method.REMOTE, servletUrl, Download.INLINE);

What I got in the final PDF is "??", the expect output should be "你好" 
instead.

AlivePDF version: 0.1.5RC

Original comment by ken...@gmail.com on 11 Nov 2010 at 6:08

GoogleCodeExporter commented 8 years ago
I too have the same problem I want to write Arabic text in a pdf by using 
AlivePDF 
I m getting ???? marks only

Original comment by sheeba.a...@gmail.com on 26 Jun 2011 at 8:01

GoogleCodeExporter commented 8 years ago
I have the same problem with Hebrew (?????) 1.5RC

Original comment by re8...@gmail.com on 3 Jul 2011 at 9:10

GoogleCodeExporter commented 8 years ago
Any one find a solution for this ?

Original comment by Anjith...@gmail.com on 2 Jun 2013 at 5:08

GoogleCodeExporter commented 8 years ago
no soulution for yet

Original comment by intissar...@gmail.com on 14 Mar 2014 at 5:04

GoogleCodeExporter commented 8 years ago
Any solution for the arabic text.

Original comment by shabbir....@gmail.com on 30 Sep 2014 at 1:03

GoogleCodeExporter commented 8 years ago
HI, No one has the solution for the Arabic text which is display in ???

Original comment by shabbir....@gmail.com on 12 Oct 2014 at 7:43