Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Thu Dec 16, 2021 3:54 pm

I'm currently populating a publicly available XFA document using the Spire.PDF for .NET library. I've attached the document.

When writing to fields within the "EXPENSES" section on page 3 (I've attached a screenshot of the specific fields), the set value does not appear.

The field names are:
form1[0].page3[0].Part2[0].DisabilityExpenses[0].Detail1[0].#field[0]
form1[0].page3[0].Part2[0].DisabilityExpenses[0].Detail1[0].amount[0]
form1[0].page3[0].Part2[0].DisabilityExpenses[0].Detail2[0].#field[0]
form1[0].page3[0].Part2[0].DisabilityExpenses[0].Detail2[0].amount[0]
form1[0].page3[0].Part2[0].DisabilityExpenses[0].Detail3[0].#field[0]
form1[0].page3[0].Part2[0].DisabilityExpenses[0].Detail3[0].amount[0]
form1[0].page3[0].Part2[0].DisabilityExpenses[0].Detail4[0].#field[0]
form1[0].page3[0].Part2[0].DisabilityExpenses[0].Detail4[0].amount[0]
form1[0].page3[0].Part2[0].DisabilityExpenses[0].Detail5[0].#field[0]
form1[0].page3[0].Part2[0].DisabilityExpenses[0].Detail5[0].amount[0]

form1[0].page3[0].Part2[0].OtherC4[0].Detail1[0].#field[0]
form1[0].page3[0].Part2[0].OtherC4[0].Detail1[0].amount[0]
form1[0].page3[0].Part2[0].OtherC4[0].Detail2[0].#field[0]
form1[0].page3[0].Part2[0].OtherC4[0].Detail2[0].amount[0]
form1[0].page3[0].Part2[0].OtherC4[0].Detail3[0].#field[0]
form1[0].page3[0].Part2[0].OtherC4[0].Detail3[0].amount[0]
form1[0].page3[0].Part2[0].OtherC4[0].Detail4[0].#field[0]
form1[0].page3[0].Part2[0].OtherC4[0].Detail4[0].amount[0]
form1[0].page3[0].Part2[0].OtherC4[0].Detail5[0].#field[0]
form1[0].page3[0].Part2[0].OtherC4[0].Detail5[0].amount[0]

If I write to the text field, the value never appears. If I just write to the amount field only, the value appears. If I write to both the text and the amount fields, neither value appears.

I have successfully written to every other field up to this point in the document.

The only thing I've noticed that is different from the other fields is these specific text fields in question contain a '#' in their name.

Thanks for your help.

jjohnson_dfx
 
Posts: 2
Joined: Thu Dec 16, 2021 3:25 pm

Fri Dec 17, 2021 5:46 am

Hello,

Thanks for your inquiry!

I have reproduced your issue and logged it in our issue tracking system with the ticket SPIREPDF-4850 for further investigation.

We will let you know if there is any update. Sorry for the inconvenience caused.

Besides, I noticed that your document has been encrypted with password, could you please provide us with your password to help us better analyzing your document? You can also send it to us via email(support@e-iceblue.com), thanks in advance.

Sincerely,
Marcia
E-iceblue support team
User avatar

Marcia.Zhou
 
Posts: 858
Joined: Wed Nov 04, 2020 2:29 am

Fri Dec 17, 2021 12:27 pm

Hi,

I unfortunately don't have the password as the PDF is a government generated document.

jjohnson_dfx
 
Posts: 2
Joined: Thu Dec 16, 2021 3:25 pm

Mon Dec 20, 2021 1:10 am

Hello,

Thanks for your reply!

Okay, once there is any progress regarding the issue SPIREPDF-4850, we will notify you immediately.

Sincerely,
Marcia
E-iceblue support team
User avatar

Marcia.Zhou
 
Posts: 858
Joined: Wed Nov 04, 2020 2:29 am

Return to Spire.PDF