I need to generate pdf from fillable pdf and fdf using pdftk(version 1.41). When I did "pdftk some.pdf dump_data_fields", it outputs like the following.

---
FieldType: Text
FieldName: 䘀嬀 崀.倀㄀嬀 崀.䐀愀琀攀㈀嬀 崀
FieldNameAlt: Month/day/year on which the form is 
completed. (MM/DD/YYYY)       

FieldFlags: 0
FieldJustification: Center
---

The unicodes in FieldName are Chinese letters. If I use them as is, pdftk doesn't recognize the field and ignores my fdf instruction.

I also tried generate_fdf command and the result looked a little better but it's still weird.

<<
/V (þÿ)
/T (þÿD
link|improve this question

53% accept rate
I upgraded pdftk to 1.44 and it works fine now. – Sam Kong Dec 21 '11 at 19:55
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.