You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a PDF defined with a form field as shown below
/DA: /QuickPDFF6af2e376 10 Tf 0 0 0 rg
/FT: /Tx
/Ff: 8388608
/Kids: Array
117 0 R -> Dictionary of type: /Annot
14 0 R -> Dictionary of type: /Annot
85 0 R -> Dictionary of type: /Annot
/Q: 0
/T: 2213X
/TU:
/V:
When I access this field through Page->getField() API, the field does not have 'fieldName' attribute (/T).
Also, I could not set the field value with newly created appearance stream.
The field is defined once and has different annotation object for each page it is presented.
i.e, Same field is used in three pages (so we have three Annot type kids)
Please give me some advise to meet my requirement
Thanks a lot in advance
NOTE: I could not share the PDF sample for privacy reasons.
The text was updated successfully, but these errors were encountered:
Hey @corymickelson
I have a PDF defined with a form field as shown below
When I access this field through Page->getField() API, the field does not have 'fieldName' attribute (/T).
Also, I could not set the field value with newly created appearance stream.
The field is defined once and has different annotation object for each page it is presented.
i.e, Same field is used in three pages (so we have three Annot type kids)
Please give me some advise to meet my requirement
Thanks a lot in advance
NOTE: I could not share the PDF sample for privacy reasons.
The text was updated successfully, but these errors were encountered: