Re: Supporting Unicode characters to fill in an existing PDF with Acroforms

2015-08-18 Thread John Hewson
> On 18 Aug 2015, at 18:24, Rakshit Ashtekar wrote: > > Thanks a lot Mauran. > > After I set the default appearance on the text field on which I need to set > the Unicode, it worked! I also had to set the setNeedAppearances to true() > to make it work. Note that setNeedAppearances causes appea

Re: Supporting Unicode characters to fill in an existing PDF with Acroforms

2015-08-18 Thread Rakshit Ashtekar
Thanks a lot Mauran. After I set the default appearance on the text field on which I need to set the Unicode, it worked! I also had to set the setNeedAppearances to true() to make it work. > 2. Will the .ttf file currently in sources of / > > pdfbox/src/main/resources/org/apache/pdfbox/resources/

Re: Supporting Unicode characters to fill in an existing PDF with Acroforms

2015-08-18 Thread Maruan Sahyoun
Hi, > Am 18.08.2015 um 00:49 schrieb Rakshit Ashtekar : > > Hello, > > I am using PDFBox 2.0 dev snapshot to support Unicode characters. I have > few questions: > > I want to write an existing PDF file which have few PDTextField with > Unicode characters. > > I am using PDType0Font to load an

Supporting Unicode characters to fill in an existing PDF with Acroforms

2015-08-17 Thread Rakshit Ashtekar
Hello, I am using PDFBox 2.0 dev snapshot to support Unicode characters. I have few questions: I want to write an existing PDF file which have few PDTextField with Unicode characters. I am using PDType0Font to load an external .ttf file (Arial-Unicode-Regular.ttf) and setting the new font object