Re: Chinese characters in PDF

2017-01-12 Thread mark goldin
My forking file has something about ArialUnicodeMS so does the one that doesn't work with Chinese characters. On Wed, Jan 11, 2017 at 4:19 PM Alex Harui wrote: > First examine the test PDF from Word that you said worked. > > -Alex > > On 1/11/17, 2:09 PM, "mark goldin"

Re: Chinese characters in PDF

2017-01-11 Thread Alex Harui
First examine the test PDF from Word that you said worked. -Alex On 1/11/17, 2:09 PM, "mark goldin" wrote: >I tried http://icebuddha.com/ but didn't see any font info. Would it be ok >to upload the file and provide a link? > >On Wed, Jan 11, 2017 at 4:00 PM Alex Harui

Re: Chinese characters in PDF

2017-01-11 Thread mark goldin
I tried http://icebuddha.com/ but didn't see any font info. Would it be ok to upload the file and provide a link? On Wed, Jan 11, 2017 at 4:00 PM Alex Harui wrote: > There are binary file viewers. > > On 1/11/17, 10:49 AM, "mark goldin" wrote: > >

Re: Chinese characters in PDF

2017-01-11 Thread Alex Harui
There are binary file viewers. On 1/11/17, 10:49 AM, "mark goldin" wrote: >Chinese characters look right on the screen. > >How would I do that? > >I did create a file in Word that uses ArialUnicodeMS

Re: Chinese characters in PDF

2017-01-11 Thread mark goldin
Chinese characters look right on the screen. I would suggest testing to make sure that Flash can display the desired > Chinese characters from your ArialUnicodeMS font. > > Then, I would examine the output PDF to

Re: Chinese characters in PDF

2017-01-11 Thread Alex Harui
I would suggest testing to make sure that Flash can display the desired Chinese characters from your ArialUnicodeMS font. Then, I would examine the output PDF to make sure it is trying to use ArialUnicodeMS font. Then, I would make sure your PDF reader has installed ArialUnicodeMS font and can

Re: Chinese characters in PDF

2017-01-11 Thread mark goldin
Yes, I am using ArialUnicodeMS. On Wed, Jan 11, 2017 at 11:47 AM Clint M wrote: > Are you using this version of AlivePDF? > https://github.com/dmbreaker/alivepdf/search?utf8=%E2%9C%93=chinese > > Looks like you might need to use the "ArialUnicodeMS" font > > On Wed, Jan 11,

Re: Chinese characters in PDF

2017-01-11 Thread Clint M
Are you using this version of AlivePDF? https://github.com/dmbreaker/alivepdf/search?utf8=%E2%9C%93=chinese Looks like you might need to use the "ArialUnicodeMS" font On Wed, Jan 11, 2017 at 9:37 AM, mark goldin wrote: > Yes, I have gone through these but still cannot

Re: Chinese characters in PDF

2017-01-11 Thread mark goldin
Yes, I have gone through these but still cannot come up with something that works. On Wed, Jan 11, 2017 at 11:35 AM Clint M wrote: > Wouldn't you need unicode to display Chinese characters? > > In the link I sent there are other links that talk specifically about > Chinese

Re: Chinese characters in PDF - really need help

2017-01-11 Thread mark goldin
I am following that discussion and here is some of my code: [Embed(source = "../../../../../assets/fonts/arialuni.ttf", mimeType="application/octet-stream")] private var arialUnicodeMSRegularTtf:Class; [Embed(source = "../../../../../assets/fonts/arialuni.afm",

Re: Chinese characters in PDF

2017-01-11 Thread Clint M
Wouldn't you need unicode to display Chinese characters? In the link I sent there are other links that talk specifically about Chinese characters at (https://code.google.com/archive/p/alivepdf/issues/175 ) On Tue, Jan 10, 2017 at 6:23 AM, mark goldin wrote: > In that

Re: Chinese characters in PDF - really need help

2017-01-11 Thread Alex Harui
Which font are you using? On 1/11/17, 9:18 AM, "mark goldin" wrote: >I am working on an old project that uses AlivePDF to generate a PDF file. >It works fine for English, French, but not for Chinese. I am following >this >conversation:

Chinese characters in PDF - really need help

2017-01-11 Thread mark goldin
I am working on an old project that uses AlivePDF to generate a PDF file. It works fine for English, French, but not for Chinese. I am following this conversation: http://stackoverflow.com/questions/14822349/alivepdf-how-to-set-font but all I get for Chinese letters is questions marks. Can

Re: Chinese characters in PDF

2017-01-10 Thread mark goldin
In that conversation they are talking about UnicodePDF() and isUnicode. Noe is available for new PDF(). On Mon, Jan 9, 2017 at 11:09 AM Clint M wrote: > maybe this? > http://stackoverflow.com/questions/17528896/alivepdf-unicode-character > > On Mon, Jan 9, 2017 at 8:53 AM,

Re: Chinese characters in PDF

2017-01-09 Thread Clint M
maybe this? http://stackoverflow.com/questions/17528896/alivepdf-unicode-character On Mon, Jan 9, 2017 at 8:53 AM, mark goldin wrote: > I have got to fix a project that use AlivePDF to export some data into a > PDF file. Works fine with English data but shows ??? for

Chinese characters in PDF

2017-01-09 Thread mark goldin
I have got to fix a project that use AlivePDF to export some data into a PDF file. Works fine with English data but shows ??? for Chinese characters. Can someone point where I should look for the problem? Is it Reader problem because it doesn't have Chinese fonts? Thanks