Skip to content
New issue

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

Boxes for Radio Buttons always return "checked": false #320

Open
mindblight opened this issue Nov 10, 2023 · 0 comments
Open

Boxes for Radio Buttons always return "checked": false #320

mindblight opened this issue Nov 10, 2023 · 0 comments

Comments

@mindblight
Copy link

mindblight commented Nov 10, 2023

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 😄.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant