Missing Values when filling a PDF form

Platform: .Net 4.0, Aspose.PDF.dll Version: 9.2.1.0, OS: Windows 8

Attachments:
a. 2013_I-9.pdf (Issue 1): The fields I am trying to set are the first two fields in Page 7.
b. 2013_de4.pdf (Issue 2): The field I am trying to set is the first field on Page 1.
c. AsposeI9Errors.zip (Sample program. Provide your license file to bin\debug folder).


Issue 1: I am unable to save a PDF (2013_I-9.pdf) form with a value filled in.
if (field.FullName == "form1[0].#subform[6].FamilyName[0]")
//In Document 2013_I-9.pdf
{
field.Value = "Family Name";
}
if (field.FullName == "form1[0].#subform[6].GivenName[0]")
//In Document 2013_I-9.pdf
{
field.Value = "First Name";
}

Issue 2: I recently upgraded to version 9.2 and I started getting these errors when I am filling a value is a PDF form. (2013_DE4.pdf)
if (field.FullName == "Full Name")//In Document 2013_DE4.pdf
{
field.Value = "My Full Name";
}
line 17:83 mismatched character 'v' expecting '\n'
line 17:112 mismatched character 'e' expecting '\n'
line 17:87 no viable alternative at input 'B'

Hi Shlomo,

orangeenterprises:

Issue 1: I am unable to save a PDF (2013_I-9.pdf) form with a value filled in.
if (field.FullName == "form1[0].#subform[6].FamilyName[0]")
//In Document 2013_I-9.pdf
{
field.Value = "Family Name";
}
if (field.FullName == "form1[0].#subform[6].GivenName[0]")
//In Document 2013_I-9.pdf
{
field.Value = "First Name";
}


Thanks for your inquiry. We have tested the scenario and found that form fields of 2013_I-9.pdf are not being filled. We have logged an investigation ticket PDFNEWNET-37058, for further investigation and resolution. We will notify you as soon as it is resolved.

We are sorry for the inconvenience caused.

Best Regards,


Hi Shlomo,

orangeenterprises:

Issue 2: I recently upgraded to version 9.2 and I started getting these errors when I am filling a value is a PDF form. (2013_DE4.pdf)
if (field.FullName == "Full Name")//In Document 2013_DE4.pdf
{
field.Value = "My Full Name";
}
line 17:83 mismatched character 'v' expecting '\n'
line 17:112 mismatched character 'e' expecting '\n'
line 17:87 no viable alternative at input 'B'


We have also replicated the errors issue in 2013_DE4.pdf and logged it as PDFNEWNET-37059 for further investigation and resolution. We will keep you updated the issues resolution porgress via this forum thread.

Best Regards,

Hi,

Do you have any ETA for the fix for PDFNEWNET-37058?
Thank you.

Hi Shlomo,


Thanks for your inquiry. I am afraid as we have logged the issue recently, it is pending for investigation in the queue with other priority task. As soon as its investigation is completed then we will be in a good position to share an ETA with you.

We are sorry for the inconvenience caused.

Best Regards,