The problem here is that the font is not embedded. As the font is not embedded you must provide iText with an alternative to show the glyphs. This is done with AcroFields.AddSubstitutionFont().
Paulo > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of dark > Sent: Tuesday, February 06, 2007 2:13 PM > To: 'Post all your questions about iText here' > Subject: Re: [iText-questions] Form filling problem at the > PDF file editedusing Acrobat > > 1) -> I tried with Acrobat 6, 7 and 8. The version of the PDF > file that I > created is 1.4. > > 2) -> I tried with Korean font pack installed and uninstalled. > > Indeed, Acrobat always shows dialog box that font pack needed when I > insert text field and change its font to any Korean font. > > Therefore, if I insert text field which font is Korean, I must install > Adobe Asian language font pack. > > Of course Korean characters disappeared when I uninstall font pack. > > By the way, I failed to fill Korean characters with FDFwriter class. > Its symptom was same to it of xfdf; all Korean characters disappeared. > > For examples, when I assign "1하하하test" in the FDF or xFDF > file, out was > as this; "1 test". > > When I selected them, copied to clipboard and pasted to MS > Word, Korean > characters was not displayed corrected. They became to rectangle char. > > I think that my attached rar file can help you to solve problem. > > > Thank you very much for your reply. > > Best regards, > > S.H. Park. > > > -----Original Message----- > From: Bruno Lowagie (iText) [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 06, 2007 8:48 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Form filling problem at the pdf file > editedusing Acrobat > > SeungHyun Park wrote: > > But, all Korean characters disappeared at the filled PDF > file when I > > open it by Acrobat. > > 1) What version of Acrobat? Old version don't support Unicode > in fields > 2) Is the Korean font pack installed? > br, > Bruno > > > > > -------------------------------------------------------------- > ----------- > Using Tomcat but need to do more? Need to support web > services, security? > Get stuff done quickly with pre-integrated technology to make > your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057& > dat=121642 > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > Buy the iText book: http://itext.ugent.be/itext-in-action/ > Aviso Legal: Esta mensagem é destinada exclusivamente ao destinatário. Pode conter informação confidencial ou legalmente protegida. A incorrecta transmissão desta mensagem não significa a perca de confidencialidade. Se esta mensagem for recebida por engano, por favor envie-a de volta para o remetente e apague-a do seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de usar, revelar ou distribuir qualquer parte desta mensagem. Disclaimer: This message is destined exclusively to the intended receiver. It may contain confidential or legally protected information. The incorrect transmission of this message does not mean the loss of its confidentiality. If this message is received by mistake, please send it back to the sender and delete it from your system immediately. It is forbidden to any person who is not the intended receiver to use, distribute or copy any part of this message. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
