Re: [iText-questions] Form filling problem at the PDF file edited using Acrobat

2007-02-06 Thread dark
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

Re: [iText-questions] Form filling problem at the pdf file edited using Acrobat

2007-02-06 Thread Bruno Lowagie (iText)
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 -

Re: [iText-questions] Form filling problem at the pdf file edited using Acrobat

2007-02-05 Thread SeungHyun Park
Thanks for your reply. I tried with bonus examples and they help me a little. I found that the font information of acrofield can be reset or edited. I rewrote my code as this and it works; '= Private Sub FillData(ByVal SourceName As String, ByVal xfdfName As S

Re: [iText-questions] Form filling problem at the pdf file edited using Acrobat

2007-02-05 Thread Bruno Lowagie (iText)
SeungHyun Park wrote: > If you could take a few minutes to answer my questions, I would really > appreciate it. > Thank you in advance for your help. There is an extra bonus example that can be found here: http://itext.ugent.be/itext-in-action/chapter.php?chapter=16#bonus This example is in fact