We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 3.0.5 PDF: Supplemental PDF Issue:
When I extract the PDF, the radio groups (True/False) are always returning unchecked:
{ "boxes": [ { "style": 48, "T": { "Name": "box", "TypeInfo": {} }, "id": { "Id": "0", "EN": 0 }, "TI": 14, "AM": 0, "x": 4.024, "y": 30.149, "w": 0.656, "h": 0.833, "checked": false }, { "style": 48, "T": { "Name": "box", "TypeInfo": {} }, "id": { "Id": "1", "EN": 0 }, "TI": 15, "AM": 0, "x": 5.665, "y": 30.149, "w": 0.656, "h": 0.833, "checked": false } ], "id": { "Id": "dataEncryption", "EN": 0 } },
Text inputs are working correctly.
As an aside, I really appreciate how simple the library is to use 😄.
The text was updated successfully, but these errors were encountered:
which one is expected to have "checked":true ?
Sorry, something went wrong.
No branches or pull requests
Version: 3.0.5
PDF: Supplemental PDF
Issue:
When I extract the PDF, the radio groups (True/False) are always returning unchecked:
Text inputs are working correctly.
As an aside, I really appreciate how simple the library is to use 😄.
The text was updated successfully, but these errors were encountered: