I\'m having difficulties filling in a form using pdftk
with text fields with true type fonts.
I was getting the same java.lang.ArrayIndexOutOfBoundsException: 0
error using pdftk
to fill forms on an Adobe Acrobat generated PDF. This question is super old, but I couldn't find a consistent answer on stackoverflow or elsewhere so I figured I'd post my fix.
What ended up working for me:
Saving it
Running the PDF through pdftk
again
I'm not that familiar with encoding or PDFs in general, but saving the PDF with Preview seems to fix the encoding or at least get it to a place where pdftk
can work with it. Good luck.